javascript Programming Glossary: crlf
fileReader.readAsBinaryString to upload files http://stackoverflow.com/questions/7431365/filereader-readasbinarystring-to-upload-files true var dashes ' ' var boundary 'aperturephotoupload' var crlf r n Post with the correct MIME type If the OS can identify one.. a HTTP request to post the file var data dashes boundary crlf Content Disposition form data name file filename unescape encodeURIComponent.. file filename unescape encodeURIComponent fileObject.name crlf Content Type filetype crlf crlf e.target.result crlf dashes..
|