Top "Image-uploading" questions

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

Upload multiple images in swift using Alamofire

I'm using the following code to upload a single image to a server: private static func urlRequestWithComponents(urlString:String, parameters:…

ios swift alamofire image-uploading
java.io.FileNotFoundException in android

I'm selecting a image from gallery using code public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.gallery); …

android web-services path image-uploading filenotfoundexception
Uploading an image using WCF RESTFul service full working example

As part of a pretty large application I need to provide a REST Service that uploads an image. Since the …

wcf file-upload wcf-rest image-uploading
How to loop through a photo gallery in swift with photos framework

I have an app that creates a unique photo gallery for each ticket on my app. I need to figure …

ios swift image-uploading photosframework
tinyMCE can no longer drag and drop images after upgrading from version 3 to version 4

My website was using the version 3 of tiny mce. One feature it had was that a user could drag an …

javascript jquery tinymce base64 image-uploading
html2canvas javascript screenshot and upload

Would it be possible to use html2canvas (This) to take a picture of the user`s screen but also …

javascript jquery canvas image-uploading html2canvas
Android okHttp addFormDataPart dynamically for Multiple Image

Hello AndroidUploaders, I had given answer Uploading a large file in multipart using OkHttp but i am stuck with multiple …

java android image-uploading multipart okhttp
How to Pass String Variable in MultipartEntity?

I am passing 3 images in MultipartEntity. This works good, but I don't know how to pass a String value into …

android http-post httpclient image-uploading multipartentity
AFNetworking AFHTTPClient Class

I’m fairly new to iOS programming, especially when it comes to webservices. I’m developing a App for academic …

iphone ios image-uploading restler afnetworking-2
How to receive php image data over copy-n-paste javascript with XMLHttpRequest

I try to make an image-upload functionality similar to the one GMail uses. You copy (CTRL-C) an image from your …

php javascript xmlhttprequest image-uploading onpaste