LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

Upload the content of a variable rather than a file #169

Closed hajdbo closed 5 years ago

hajdbo commented 8 years ago

On a single-page webapp, I'm using Simple-Ajax-Uploader to upload a file. Then a bit later in the UX, I must upload the content of a big (hundreds of kilobytes) js variable. Can I reuse Simple-Ajax-Uploader to upload this variable rather than a file picked with the filepicking window ?