Top "File-upload" questions

a method or action of transferring a file from a client to a server.

How do I upload a file with metadata using a REST web service?

I have a REST web service that currently exposes this URL: http://server/data/media where users can POST the …

web-services json rest file-upload
How to have jQuery restrict file types on upload?

I would like to have jQuery limit a file upload field to only jpg/jpeg, png, and gif. I am …

javascript jquery file-upload file-type
How to check file MIME type with javascript before upload?

I have read this and this questions which seems to suggest that the file MIME type could be checked using …

javascript html file-upload mime-types
python requests file upload

I'm performing a simple task of uploading a file using Python requests library. I searched Stack Overflow and no one …

python file file-upload python-requests
Change the "No file chosen":

I have a button "Choose file" as follows (I am using Jade but it should be the same as Html5): …

html button file-upload pug
Get file size before uploading

Is there any way to find out the file size before uploading the file using AJAX / PHP in change event …

javascript jquery ajax file-upload filesize
How to post a file from a form with Axios

Using raw HTML when I post a file to a flask server using the following I can access files from …

javascript ajax file-upload axios
jQuery change method on input type="file"

I'm trying to embrace jQuery 100% with it's simple and elegant API but I've run into an inconsistency between the API …

jquery file-upload input event-handling onchange
Uploading Files in ASP.net without using the FileUpload server control

How can I get an ASP.net web form (v3.5) to post a file using a plain old <input …

asp.net upload file-upload
Android file chooser

I want to make a file uploader. And I hence I need a file chooser but I don't want to …

android file-upload file-io filechooser android-afilechooser