Blobstore upload with javascript
问题 This is the minimal declaration for the HTML in order to upload a file in Blobstore in the upload_url . What is required with this solution is required to click the Submit button in order the content to be submitted and get redirected. How can I do the post in the background with javascript or jQuery without losing the enctype? <form id="upload_file" action="{{upload_url}}" enctype="multipart/form-data" method="post"> <input type="file" name="file"> <input type="submit" name="submit" value=