file upload widget - upload response
Posted: Wed Sep 28, 2011 10:32 pm
The file upload widget has an upload response bound to it in the demo program. In the demo example it returns the number of files, the upload directory & an array of file names (2).
What else can be returned in this structure ?
I need to MIME types & the files sizes for each uploaded file. Is it possible to get those back via the upload response ?
I see they are being passed to the exit program, but ideally i need them in the upload response data structure.
What else can be returned in this structure ?
I need to MIME types & the files sizes for each uploaded file. Is it possible to get those back via the upload response ?
I see they are being passed to the exit program, but ideally i need them in the upload response data structure.