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

move_uploaded_file gives "failed to open stream: Permission denied" error

I keep getting this error when trying to configure the upload directory with Apache 2.2 and PHP 5.3 on CentOS. In php.…

php upload file-permissions
How do I measure request and response times at once using cURL?

I have a web service that receives data in JSON format, processes the data, and then returns the result to …

curl time upload download measure
How to upload a project to Github

After checking Upload my project to github I still have no idea how to get a project uploaded to my …

upload github repository git-bash git-gui
This application has no explicit mapping for /error

I used maven to do the tutorial https://spring.io/guides/gs/uploading-files/ All the codes I used was copied. …

spring spring-mvc file-upload upload
Upload files with HTTPWebrequest (multipart/form-data)

Is there any class, library or some piece of code which will help me to upload files with HTTPWebrequest? Edit 2: …

.net upload httpwebrequest
jQuery AJAX file upload PHP

I want to implement a simple file upload in my intranet-page, with the smallest setup possible. This is my HTML …

javascript php jquery ajax upload
Is there a Public FTP server to test upload and download?

What I want to do is measure broadband speed using c#. To do this, I use NetworkInterface.BytesReceived and BytesSent …

download ftp upload
How to upload a file in Django?

As a newbie to Django, I am having difficulty making an upload app in Django 1.3. I could not find any …

django file upload
How can I select and upload multiple files with HTML and PHP, using HTTP POST?

I have experience doing this with single file uploads using <input type="file">. However, I am having trouble …

php html http post upload
"The given path's format is not supported."

I have the following code in my web service: string str_uploadpath = Server.MapPath("/UploadBucket/Raw/"); FileStream objfilestream = new FileStream(…

c# .net webforms upload stream