Rank: Newbie Groups: Member
Joined: 4/21/2008 Posts: 1
|
Hi, Could you Please Help me out, with this problem. I could retrieve the uploaded files from ajaxuploader using postedfiles property. But when i retrieve the files from database ,i am not able to pre-populate in ajax uploader.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
You won't be able to do that. PostedFiles contains a list of files that are posted, but has not been "processed" yet. On the other hands, your database contains "processed" information. You just need to get the list from your database directly instead of using PostedFiles in that case.
Thanks
|