Top "File-upload" questions

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

Google Forms file upload complete example

How do I allow my viewers to use Google Forms to upload some files to my form and save it …

file-upload google-apps-script google-forms
PHP check if file is an image

Is there a way to make sure a received file is an image in PHP? Testing for the extension doesn't …

php image file-upload getimagesize
File Upload with Angular Material

I'm writing an web app with AngularJS and angular-material. The problem is that there's no built-in component for file input …

javascript html angularjs file-upload angular-material
REST API - file (ie images) processing - best practices

We are developing server with REST API, which accepts and responses with JSON. The problem is, if you need to …

json rest file-upload
Uploading images using Node.js, Express, and Mongoose

Please consider newer answers that have more up-to-date information as things have changed over the years! Since many new Node.…

node.js image file-upload express mongoose
Clearing an HTML file upload field via JavaScript

I want to reset a file upload field when the user selects another option. Is this possible via JavaScript? I'm …

javascript jquery html file-upload
Angular - POST uploaded file

I'm using Angular, TypeScript to send a file, along with JSON Data to a server. Below is my code: import {…

angular typescript file-upload angular2-http
Byte[] to ASCII

I received the contents of a text file returned in binary values: Byte[] buf = new Byte[size]; stream = File.InputStream; …

c# .net file-upload bitconverter
Check file size before upload

I am using this javascript that I got from here, and it works perfectly for what I need it to. …

php javascript file-upload image-uploading filesize
How to access route, post, get etc. parameters in Zend Framework 2

How can I get various parameters related to the page request in zf2? Like post/get parameters, the route being …

php file-upload zend-route zend-framework2