Welcome Guest Search | Active Topics | Sign In | Register

Where are my uploaded Files Options
femotee
Posted: Friday, November 16, 2007 11:13:11 AM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 13
I just downloaded and purchased your Ajax Uploaded Key. After I upload my files, it stores them as a status, data and info file in the temp directory? How to I get access to my original uploaded files, where are they saved??? Please assist ASAP. I was hoping to deploy this today which was why I purchased instantly

Thanks
eo_support
Posted: Friday, November 16, 2007 11:22:31 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
Hi,

You will need to handle the server side FileUploaded event and to move the files to wherever you want them to be. You would also rename them to whatever you'd like when you move them. Here is an example about how to handle this event:

http://www.essentialobjects.com/Demo/Default.aspx?path=AJAXUploader\_i8

When you rename the file, you may need to use ClientFileName property to determine the final file name.

Thanks
femotee
Posted: Friday, November 16, 2007 11:29:34 AM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 13
Are you saying, all I have to do is move and rename the *.data files?
eo_support
Posted: Friday, November 16, 2007 11:33:48 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,089
Yes. You will need to use TempFileName property to get the *.data file names (no need to search the directory by yourself) and move them to your desired location. Other files, such as .status file, will be automatically deleted by the uploader. So you don't need to worry about them.
femotee
Posted: Friday, November 16, 2007 11:33:54 AM
Rank: Member
Groups: Member

Joined: 11/16/2007
Posts: 13
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.