Infrequently Noted

Alex Russell on browsers, standards, and the process of progress.

Comments for File Upload...without the file?


And i have not known that! Thanks for opening my eyes. And for the link.
by Nataly at
What if you just want to send raw data? We have a "legacy AJAX" app that sends straight XML up to the server via XmlHttpRequest -- but with dojo.io.bind() I only see how to send form parameters and multipart/files... any way to access the "raw data" that will be sent?
by J Wilks at
There is not enough information about how to handle, upload and process multipart-formdata oriented file uploads. What I have found as example is :

file: { name: "upload.txt", contentType: "plain/text", content: "look ma! no form node!" }, But who will process the upload, what about multiple files???

ramanbasu@gmail.com

by Raman Basu at