Welcome Guest Search | Active Topics | Sign In | Register

Problem with AJAXuploader Options
Angelo
Posted: Thursday, August 26, 2010 10:42:30 AM
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
eo_support
Posted: Thursday, August 26, 2010 10:45:19 AM
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.aspx

This page explains the whole process in great detail. It also provides you sample code for handling FileUploaded event.

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.