Rank: Newbie Groups: Member
Joined: 8/26/2010 Posts: 1
|
Good day, i'm having some problems with AJAXuploader,
#1: when i upload my files they are dismembered into 3 files (.data, .info, .status)
#2: i need to get the path from where i save plus the name of the item i saved to save on my database.
Thanks
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi, That is normal. Those are temp files, not final files. You will need to either set FinalFileLocation so that the uploader will automatically create final files for you; Or if you do not need a final file (for example, if you wish to save the uploaded files directly into the DB), you will need to handle the uploader's FileUploaded event to do so. If you still have any questions, please read this link: http://doc.essentialobjects.com/library/1/ajaxuploader/ajaxuploader_behavior.aspxThis page explains the whole process in great detail. It also provides you sample code for handling FileUploaded event. Thanks!
|