Native Multiple File Upload Support by Firefox 3.6
I fed up with Flash Uploaders like Uplodify, YUI Uploader etc. Because any of them works… It doesn’t work and you can’t debug it. Flash plugin is absolutely very painful thing.
At the end, by Firefox 3.6 native multiple file upload suppport has came. I implemented it at Markafoni.com admin panel. Here is an example:
We use Django at backend. Here is Django code to get files:
images = request.FILES.getlist("file[]")
for i in images:
filename = i.name
raw_data = i.read()
... write raw_data to path/filename ...
If you like php:
foreach ($_FILES['file']['name'] as $filename) {
echo $filename;
... maybe you want to move it anywhere ...
}



Fantastic beat ! I wish to apprentice while you amend your web site, how can i subscribe for a blog web site? The account helped me a acceptable deal. I had been tiny bit acquainted of this your broadcast offered bright clear concept