Top "File-upload" questions

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

Copy MemoryStream to FileStream and save the file?

I don't understand what I'm doing wrong here. I generate couple of memory streams and in debug-mode I see that …

c# file-upload filestream memorystream
How to compress/resize image on iOS before uploading to a server?

I'm currently uploading an image to a server using Imgur on iOS with the following code: NSData* imageData = UIImagePNGRepresentation(image); …

ios file-upload ios4 uiimage nsdata
A html5 web app for mobile safari to upload images from the Photos.app?

Is it possible to write a HTML5 web application designed for the iOS devices (iPad, iPhone, iPod Touch) which can …

iphone html file-upload ios mobile-safari
Codeigniter Rename file on upload

I'm trying to add time as the prefix of the image name along with the original name when uploading, But …

php codeigniter file-upload
How do you POST a FormData object in Angular 2?

I need to upload a file and send some json along with it, I have this function: POST_formData(url, …

angular typescript file-upload angular2-http
Basic File upload in GWT

I'm trying to figure out how to upload one file using GWTs FileUpload widget. I'm using GWT and Google AppEngine …

java google-app-engine gwt file-upload
How to remove one specific selected file from input file control

How to remove one specific selected file from input file control? I have an input file control with the option …

javascript jquery file-upload multifile
FtpWebRequest returns error 550 File unavailable

I have created a small windows forms application to upload the file to one of our client's ftp site. But …

c# .net file-upload ftp ftpwebrequest
How to upload files in asp.net core?

How to upload files or images using Asp.net MVC 6 with some model data? Example, I have a form like …

c# file-upload asp.net-core-mvc image-manipulation
Check image dimensions (height and width) before uploading image using PHP

How can I check for height and width before uploading image, using PHP. Must I upload the image first and …

php image file-upload dimensions