Top "Image-uploading" questions

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

Multiple Image Upload PHP form with one input

I've been trying to make this work for quite some time now. But I can't seem to make it work. …

php image file-upload image-uploading multiple-file-upload
Uploading Images to Server android

I wanted to know which is the best way to upload image to server without loosing its quality. I have …

android http-post image-uploading
ios Upload Image and Text using HTTP POST

Thanks for reading. I am new to iOS and I am trying to upload an Image and a text using …

ios file-upload curl http-post image-uploading
What is the best place for storing uploaded images, SQL database or disk file system?

I'm writing an application that allows users to upload images onto the server. I expect about 20 images per day all …

database filesystems image-uploading binaryfiles
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
Android - Reduce image file size

I have an URI image file, and I want to reduce its size to upload it. Initial image file size …

android bitmap image-uploading image-resizing
What's a good image hosting site with an API to allow me upload images from my website?

I'm looking for an image hosting website that'll allow me to upload images onto their servers from my own website …

image api file-upload image-uploading
How to upload and store an image with google app engine (java)

I am looking for the simplest way to upload and store an image (file) to the GAE (java). Googling for …

java google-app-engine image-uploading
Dropzone.js - How to change file name before uploading to folder

I am using DropzoneJS script for uploading images with drag & drop, but now I'm looking for a solution for …

jquery image-uploading dropzone.js
How to send multipart/form-data with Retrofit?

I want to send an Article from and Android client to a REST server. Here is the Python model from …

android image-uploading multipartform-data retrofit