PDA

View Full Version : File Uploading


sivangari
09-25-2008, 07:08 AM
in flex , file uploading we specify the URL string "http://www.YOUR-WEBSITE-HERE.com/fileref/uploader.cfm" in many sample.But what we have to specify exactly in the URL string.just i have upload image,text ,i want to know what to specify in that string and where the uploaded images will store.

Help me out

solisarg
09-25-2008, 06:38 PM
Yo should have a script on your server that handles the file upload (could be in Coldfusion, PHP, Java or whatever back-end language you're familiar with) Then the URL is the one of your script that will decide where to store the files

Jorge