Top "Upload" questions

Upload refers to the sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred, or the initiation of such a process

Uploading Files with ASP.Net MVC - get name but no file stream, what am I doing wrong?

I have this form in my view: <!-- Bug (extra 'i') right here-----------v --> <!-- was: <…

asp.net-mvc upload
How to get file upload without a form

my controller receives post data. It's not from a Symfony generated form, but from an AngularJS custom form using FormData. …

forms symfony upload
Can anyone give me an example for PHP's CURLFile class?

I had a very simple PHP code to upload a file to a remote server; the way I was doing …

php curl upload
AngularJS: Upload files using $resource (solution)

I'm using AngularJS to interact with a RESTful webservice, using $resource to abstract the various entities exposed. Some of this …

angularjs upload angular-resource
generate random string in php for file name

How would I go about creating a random string of text for use with file names? I am uploading photos …

php image random upload file-rename
How to Create the Upload File for Application Loader?

When I use Application Loader, I get to the point where it asks me to "Choose..." the file to be …

ios upload release ipa application-loader
Upload 1GB files using chunking in PHP

I have a web application that accepts file uploads of up to 4 MB. The server side script is PHP and …

php upload large-files
How do I test a file upload in rails?

I have a controller which is responsible for accepting JSON files and then processing the JSON files to do some …

ruby-on-rails ruby testing upload
Using readAsDataURL() for image preview

jsFiddle URL: http://jsfiddle.net/Xotic750/AjtLx Been working on this all day and I can't see the issue. It's …

javascript upload preview
Java SFTP upload using JSch, but how to overwrite the current file?

I am trying to upload two files to a server with SFTP using JSch. It works fine to upload the …

java upload sftp jsch