all groups > coldfusion flash integration > august 2006 >
You're in the

coldfusion flash integration

group:

Uploading files using CF foms



Uploading files using CF foms mistainfa
8/28/2006 4:02:02 PM
coldfusion flash integration: I'm trying to use a file upload tutorial from ASFUSION.COM. I've downloaded
the files and I have it in my page. My issue is, in what part of the code do I
put the path to the folder on my server reserved for my uploads? Also how is
that path written, for example if the file is in the root file of my server, do
you write the path like this:

/myuploads or ../mypuloads

Her is the link to the files and tutorial for you to view.
http://www.asfusion.com/examples/item/file-upload-with-coldfusion-flash-forms

thanks

Rob.
Re: Uploading files using CF foms mistainfa
8/28/2006 4:08:43 PM
Sorry I forgot to mention the upload code in question is the first tutorial when you view the link to the tutorial. The upload panel itself is the green one.

Thanks

Re: Uploading files using CF foms infa
8/29/2006 12:00:00 AM
Ok, I figured out where to put the filename of the folder I want to store my
images into. But I don't understand the writing of the extended path. For
example, this is the code I have for my destination file:
destination="#expandpath(".")#"

Now, how do I write the path if my folder name is "myuploads" is it like this?
destination="#expandpath("./myuploads")#"

Thanks
AddThis Social Bookmark Button