8/2/2010 12:52:11 AM
Title:
about storing the image from save as dialog box
Im new too flex framework.
im building one project which requires storing images which is uploaded by enduser..
i want to open a dialog box and user has to upload an image n i v to store tat image in one folder..can anyone help me please..
I'm usinng acs3 n flex4
8/2/2010 1:28:50 AM
check this thread for flex file uploading
http://askmeflash.com/qdetail/729/file-uploading
Davis
Points: 780
Posts:0
8/2/2010 1:31:17 AM
you can use flex or flash to initiate the upload , means select the file and send for upload but saving it on the server side is done using some server script like php, asp etc .
see these examples using php to save file from flex
http://weblog.cahlan.com/2006/09/uploading-files-with-flex-and-php.html
http://soegianto.com/blog/2008/07/multiple-file-upload-with-flex-and-php/