how to upload UIImage on server?
问题 I am new to iphone, Is it possible to upload uiimage on server without using any php or other files. I got may examples of uploading image by sending request to some php file. But i don't wants to use php files. I have server path and Upload folder on server. Can Anyone has solution to upload image on server with only using iphone ?? Any Idea is greatly appreciated. 回答1: Where are you uploading a photo to? There needs to be a server side script to receive the file, typically a PHP, Perl, or