About 462,000 results
Open links in new tab
  1. javascript - jQuery Ajax File Upload - Stack Overflow

    Can I use the following jQuery code to perform file upload using POST method of an ajax request ? $.ajax ( { type: "POST", timeout: 50000, url: url, data: dataString, success: fu...

  2. How can I upload files asynchronously with jQuery?

    Oct 3, 2008 · With HTML5 you can make file uploads with Ajax and jQuery. Not only that, you can do file validations (name, size, and MIME type) or handle the progress event with the HTML5 …

  3. jquery - How can javascript upload a blob? - Stack Overflow

    Careful in the php file - if you allow the HTTP client to set the filename, they could use it to upload malicious content into a file and directory of their choosing. (so long as Apache can write there)

  4. javascript - jQuery AJAX file upload PHP - Stack Overflow

    Jun 1, 2014 · The jQuery ajax method you're using (running on the client in the browser) sends the form data to a script on the server, then that script handles the upload. Your HTML is fine, …

  5. javascript - File Upload without Form - Stack Overflow

    Oct 27, 2013 · Without using any forms whatsoever, can I just send a file/files from <input type="file"> to 'upload.php' using POST method using jQuery. The input tag is not inside …

  6. Uploading File using Ajax in Asp.Net Core - Stack Overflow

    Good day everyone, I'm trying to upload file using ajax from client side to server side (asp.net core) controller but I'm having a null value. Here's my html and javascript codes: <input type...

  7. File upload progress bar with jQuery - Stack Overflow

    Mar 14, 2013 · They have a very nice api with multiple file selection, drag&drop support, progress bar, validation and preview images, cross-domain support, chunked and resumable file uploads.

  8. Using HTML5 file uploads with AJAX and jQuery - Stack Overflow

    Using the native HTML5 File API, not flash or an iframe solution Preferably interfacing with the low-level .ajax() jQuery method I think I could imagine how to do this by auto-uploading the file …

  9. jQuery-File-Upload: Handle server errors - Stack Overflow

    Apr 12, 2014 · I'm trying to implement error handling for blueimp's jQuery-File-Upload. It's easy to implement for errors which i can catch on the server an wrap it into a JSON-object.

  10. Can someone explain how to implement the jQuery File Upload …

    EDIT (Oct 2019): 6 years later and jQuery File Upload is clearly still driving folks insane. If you're finding little solace in the answers here, try a search of NPM for a modern alternative. It's ...