Welcome Guest Search | Active Topics | Sign In | Register

AJAX Uploader - Displaying Pre-Uploaded Files Options
kroumani
Posted: Monday, November 19, 2007 1:06:25 PM
Rank: Newbie
Groups: Member

Joined: 11/19/2007
Posts: 1
How can I use AJAX uploader to display files that are already on the server?

In other words, I want to add files to the PostedFiles array, in code, so that they will be shown in the uploader control. I need to do this so that the user can view previously uploaded files, and delete them if they want.

This will save me from having to create two separate controls, one to display the previously uploaded
files, and another to do the uploading of the new files.

If this feature is not available, It would be a tremendous benefit if it can be added.

- Kamal
eo_support
Posted: Monday, November 19, 2007 2:00:27 PM
Rank: Administration
Groups: Administration

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

You can not. Those are two different things. Posted file list includes files that are posted, but not submitted. So they are still in the temp file directory. Files that are already on the server are "submitted files". They are in your file directory, not in the AJAX uploader's temp directory.

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.