I\'m looking for a solution to a particular query. I\'ve got a website that I have made for a client and I coded my own image uploader/thumbnail creator but it\'s not handling what he wants very well.
in my app i am trying to send images to a server that开发者_运维知识库 are stored in sd card. When i click a button it opens the sd card and shows the image in a grid view. From that the i want to upl
I am upgrading Android application that was previously uploaded to the market. The algorithm is as follows:
I my app I am trying to send an image over a PHP server. The problem is the PHP programmers say that it should be sent as an data. Following is the code which I am currently using, please help me to c
I would like to implement a function where you send a URL of a photo and my server will automatically download and store it in a specified folder.
I\'m trying make a several uploads to my web server. I want to upload files that are at a specific web site, like all *.jpg files, so I started trying. this kind of code, using FTP, URL and Object Fil
I seem to have a problem with uploadify. It always get stuck at 100% on the first file, no matter what the file is. I am using Zend on my Wamp and it works fine there but as soon as I upload it on my
I have submitted a new version of my application in order to include in-App-Purchase 3 month ago and it has been rejected. I have worked on it and now I\'m trying to upload the new binary for validati
I\'m building an API in PHP. One of the methods is place.new (PUT request). It expects several string fields, and it also expects an image. However I can\'t get it working. With a POST request it was
I need to get this done very quickly. What\'s an easy way to do image uploading in php...I have a script atm but if an image with the same name comes it\'ll overwrite it.