Top "File-upload" questions

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

Multiple file upload in php

I want to upload multiple files and store them in a folder and get the path and store it in …

php file-upload
File upload progress bar with jQuery

I am trying to implement an AJAX file upload feature in my project. I am using jQuery for this; my …

jquery file-upload progress-bar
How to check file input size with jQuery?

I have a form with file upload capabilities and I would like to be able to have some nice client …

javascript jquery file-upload
How to customize <input type="file">?

Is it possible to change the appearance of <input type="file">?

html css file-upload input
File Upload In Angular?

I know this is very a general question but I am failing to upload a file in Angular 2. I have …

angular file-upload angular2-http
How to instantiate a File object in JavaScript?

There's a File object in JavaScript. I want to instantiate one for testing purposes. I have tried new File(), but …

javascript file-upload upload
Send file using POST from a Python script

Is there a way to send a file using POST from a Python script?

python post file-upload http-post
Get Base64 encode file-data from Input Form

I've got a basic HTML form from which I can grab a bit of information that I'm examining in Firebug. …

javascript html file-upload base64
Upload file to FTP using C#

I try upload a file to an FTP-server with C#. The file is uploaded but with zero bytes. private void …

c# .net file-upload ftp
How to rename uploaded file before saving it into a directory?

Below is the code I used in order to upload files into a directory. It works fine. My main question …

php mysql file-upload file-rename