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
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
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
|