Is is possible for the uploader to remember what files were being uploaded?
I am trying to create an database driven app where files pending uploads are automaticlly added to the uploader what the uploader is closed and then reopened.
Please help.
Donnie,
Remember what files are being uploadedRe: Remember what files are being uploadedOn server-side you can know which files have been uploaded or are uploaded partially. You can't know the files in the queue to be uploaded.
|