Question
uploading to a different server via CFFILE?
I have an application that allows uploading of files to a folder on our CF server. I have now been asked to no longer allow file uploads to that server, but instead send them to a file server that does not have ColdFusion. The file server is mapped in "my computer" (it's the I: drive). We are running windows.
Can I upload to a different location?
I tried settting DESTINATION="I:" but it does not work.
