Questions tagged [photo-upload]
71 questions
1
vote
1 answer
imagejpeg() [function.imagejpeg]: Unable to open 'img/100001326588945.jpg' for writing
$facebook->setFileUploadSupport(true);
//Create an album
$album_details = array(
'message'=> 'How will you die?',
'name'=> 'How will you die?'
);
$create_album = $facebook->api('/me/albums', 'post', $album_details);
//Get album ID…

Nishant Ghodke
- 273
- 1
- 2
- 9
0
votes
1 answer
Flickr rest api(Photo upload)
HttpClient httpclient = new DefaultHttpClient();
HttpPost post = new HttpPost(
"http://api.flickr.com/services/upload/");
HttpResponse response;
try {
response =…

Rocker
- 669
- 5
- 15
0
votes
1 answer
Flickr photo upload
I am facing a problem regarding uploading image on flickr. I have used Oauth1.0 for authenticating user and then want to post the image but unable to post it. Can anybody suggest me some solution.

Rocker
- 669
- 5
- 15
0
votes
1 answer
facebook returns error 324 reuires upload file when uploaded the file from fiddler
i am trying to upload photo to facebook using fiddler
In the request builder portion specified the url as
https://graph.facebook.com/118437721597702/photos?access_token=generated token
in the request header part
Content-Type: multipart/form-data;…

user968341
- 203
- 2
- 11
0
votes
2 answers
PHP-Mysql Form Problem for Photo Uploading
I am new in php and trying to design a system, where i have to upload photo, delete photo from it, and edit photos . i used move_uploaded_file(); to upload photos. and unlink(); to delete photo.I did uploading and deleting photo by form…

ataur
- 23
- 5
0
votes
1 answer
Silverlight Mass Photo Uploader eats extremely big amount of RAM
I'm building a Silverlight app where users select photos from their computer, edit an associated title/description/tags etc. and then upload to a web server via WCF. Actually everything's working perfectly just with a little problem. I want to show…

Can Poyrazoğlu
- 33,241
- 48
- 191
- 389
0
votes
0 answers
Android - Unable to view image saved in new directory when I try to upload it again
I am uploading a image from gallery and saving it into new directory after cropping it (using Android-image-cropper library).
The directory is getting created and image is getting saved successfully.
It can be found in File Explorer, but when I try…

blurry
- 13
- 1
- 4
0
votes
1 answer
Newly uploaded photo giving 404 error. If I stop then run website, image loads
We are trying to create a photo gallery on our website. We have an upload component on the admin side and a photo gallery on the client-side. We are able to upload photos to our website and are currently storing them in a folder in the assets of our…

Derek S
- 47
- 1
- 11
0
votes
1 answer
How to upload images of CK-Editor .net core mvc
Upload Images to server selected with CK-Editor
Action Method .Net Core MVC