The process of moving images or similar files from a client machine to a server for storage and possible later display.

learn more… | top users | synonyms

1
vote
1answer
65 views

Uploading an image and saving multiple sizes to file system using PHP, Laravel, GD

I'm trying to allow users to upload an image and save the image as an 'original copy' in the directory public_html/data/user_images/yyyy/MM/dd/guid.ext Next, using GD I create multiple copies of ...
0
votes
0answers
20 views

How does I style the selected/uploaded image in iOS6 by css

How to style the selected/uploaded image in iOS6 by CSS? Say we got the following code: <input type="file" accept="image/*" /> How does we then style the image, which will automatically be ...
-2
votes
0answers
11 views

ASIFormDataRequest crashed When I use startSynchronous, is anythind wrong? [closed]

When I use ASIFormDataReqequest, i am getting crashed. so, can anyone process this problem, so strange the problem. have been find many ways to explore the reason, but i can't find it. Here is ...
0
votes
1answer
31 views

Can't upload picture to web server

I have created two projects, one for the client side and one for the server side. It seems not to be working. I figured it might have something to do with the POST request isn't matching the file ...
0
votes
1answer
19 views

Image File is not uploading to the IIS server

Image File is not uploading to the IIS server, the folder permission in the server is automatically set as read only. Can enbody give a solution for this.
0
votes
2answers
24 views

Upload Image using Android force closed but still working

Basically I can successfully add the photo but it just show force close dialog instead of toasting the successful message. Or if the image is too big, it will show "virtual memory overload......." I ...
1
vote
1answer
54 views

How to resize images? [duplicate]

I have form with image field and my upload function: def handle_uploaded_file(f, gallery): directory = settings.GALLERIES_ROOT+'gal_'+str(gallery.id)+'/' # check if directory exist try: ...
0
votes
0answers
6 views

image upload not firing for ie7 and ie8 and ie9

i have used image upload using jquery... it's running successfully for IE10 +. now i am checking ie9 . it is not working... <form enctype="multipart/form-data"> ...
0
votes
0answers
36 views

Mulitple image uploads and codeigniter, reordering needed?

A brief but big thankyou to this community for teaching me php more or less, i now have a functioning website, your patience with us noobs keeps my faith in mankind strong! ok this is my first ...
0
votes
0answers
25 views

401 Error on Upload with SWF Upload (.NET) only in Safari and Firefox

I have a really unusual situation. So the site uses SWF Upload as the upload tool and it's filtered to only allow image uploads. Testing this in development and in production work fine. However in the ...
0
votes
1answer
16 views

uploading issue in wordpress when number of files are more than 30

when we upload more than 30 images of different sizes in wordpress site, it does not upload all images in site and if we print request data ($_REQUEST and $_FILES) it prints empty array. and how can ...
0
votes
0answers
16 views

Facebook api uploading image that doesn't exist to the user album

I will try to explain this problem. I am developing a facebook app that create an image and upload to users album. I am using imagecreatefromjpeg twice to merge 2 small images in a big one. The code ...
1
vote
1answer
61 views

Uploading image to Parse using Javascript(CoffeeScript) and REST API

I'm trying to upload images to parse and later attach them to models, however whenever I upload one it returns as a successful upload but the url contains a broken image link. for instance: ...
0
votes
0answers
28 views

Uber upload cropper

I am in the process of making a website in Wordpress and I wanted to implement a solution in which the user can upload, resize and crop an image of his liking. I found one of the related article here. ...
0
votes
5answers
65 views

Image is not uploading to server

I want to upload an image from device to server. But its not uploading! Even my return success value is showing null. Success value should be either 1 or 0. My code is given here. Please tell me if i ...
1
vote
1answer
51 views

Is it possible to create a google app engine end point which can upload a photo in a blobstore?

I would like to know if is it possible to upload a photo in a appengine blobstore by using an end point ? If yes, please tell how or redirect to any available resource. If not, can you please expose ...
1
vote
1answer
51 views

Not Posting image file in android using multipart httppost method

This question is borrowed from the same question, beacuse i faced same problem.During image posting in server side, image details could not getting in server side. Like this: Failed to post image ...
-2
votes
1answer
32 views

How Can I Create Upload Option On My Site [closed]

How can I make an upload option that allows users to upload photos to my Wordpress? Please look at my two Wordpress sites: My Demo Site I want to make my site like this (please sign up to view the ...
2
votes
1answer
40 views

php script for upload image not working

i have a edit page that allow users to upload a profile image using forms but the problem is that i keep getting the the format is not acceptable even if the image type is one of the accepted format. ...
0
votes
2answers
42 views

Need assistance choosing a image management gem

I am interested in building a Rails based system for handling the display and organization of large amounts of photos. This is sort of like Flickr but smaller. Each photo will have metadata associated ...
0
votes
0answers
47 views

How to upload/share image on google+ wall in titanium

I am developing an application in titanium android. I have to upload image to google+ wall using there api calls. I have seen many documentation of google api. but I am not getting, How to implement ...
3
votes
2answers
37 views

Save every image as jpeg in php

I want to upload multiple images for each item.Images are uploading successfully but it takes a lot time to load those images.So,i want to save the uploaded image as jpeg so that it can be loaded ...
0
votes
0answers
39 views

Using WebClient.UploadFile within ASP.NET MVC application causes Exception

I have the following code: var wc = new WebClient(); byte[] response = wc.UploadFile("http://{mydomain.com}/Images/UploadImage/", "POST", @"C:\Penguins.jpg"); string s = ...
0
votes
1answer
39 views

Upload image directly to server without storing in local directory

How can I store the images which is taken from camera, directly to the server without storing in local system file? I have tried to work out below: Intent intent = new ...
0
votes
1answer
15 views

Files and directories on Linux and MediaWiki [closed]

I set up a MediaWiki site, but thumbnail creation fails to work on it with this debug messages: File::transform: Doing stat for ...
0
votes
1answer
44 views

How to display cached uploaded image in tmp/uplodas directory using Carrierwave S3 and Sidekiq on Heroku

I am using Carrierwave + carrierwave_backgrounder + Sidekiq + Heroku to upload images. The upload works fine. When the upload form is submitted, I need to display the uploaded image, but background ...
0
votes
1answer
12 views

how to upload file in linux machine using seleniumgrid

I had this piece of code: Element.sendKeys(By.xpath("//input[@id='documentUploadT7Form:documentFileUpload:file']"), "C:\\Users\\Public\\Pictures\\Sample Pictures\\Koala.jpg", driver, new ...
-1
votes
1answer
47 views

Image is not storing in mysql database via php

I am trying to upload image and store it in mysql database through php. but no image is storing in database. <form action="" method="get" name="frmPostImage" class="box" ...
1
vote
3answers
202 views

Android Image upload to C# .NET REST service

I know this question has been asked a lot on stackoverflow and its all over the internet, but it seems that there is never a common or best solution to upload an image from multi-platform to .NET REST ...
0
votes
1answer
35 views

Flickr API: Uploading without authentication?

I'm working on an application that pulls images from Flickr, and it also offers the ability to upload to Flickr. The problem is that the Flickr API doesn't seem to accept photo uploads without ...
0
votes
1answer
23 views

Using Paperclip to Form Image Database

I have a database called stories. I can create a story using the form and upload it to the database. I then have a show page where I display the name of the store and a link to view it. I want to ...
0
votes
2answers
95 views

django-ajax-uploader how to send csrf_token with fine-uploader 3.5.0

I am implementing django-ajax-uploader in a project, but I want to use latest version of fineuploader that is currently under 3.5.0, supposedly, as documentation says the only thing I should do to ...
0
votes
0answers
43 views

Image Upload in Jquery using Spring?

Actually I'm doing Sample Application, We are Observe many of social networks, in that Profile images are their, When ever mouse over it is asking Upload new Image. So i want to Develop Same ...
0
votes
1answer
52 views

Rails: How to hook callbacks (Update UI view) when Sidekiq finish processing the job

I am using Carrierwave, Carrierwave_backgrounder and Sidekiq to upload image in the background to S3, in my model I used store_in_background :avatar. The image get uploaded correctly. My problems is ...
0
votes
1answer
25 views

How to communicate from android emulator with server which has not registered in DNS

I am uploading image from android emulator to server(which is not registered in DNS) using php script. But I got the following error. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> ...
0
votes
1answer
70 views

Upload Picture to facebook

Hey there I know a lot of people have asked this question but none of them could help me, this what I want is how to make a button onclick have to start a photo chooser and upload the chosen picture ...
0
votes
0answers
23 views

Customising carrierwave: changing the priority of remote_image_url over local file

I have an image upload form very similar to this episode: http://railscasts.com/episodes/253-carrierwave-file-uploads models/painting.rb class Painting < ActiveRecord::Base attr_accessible ...
1
vote
0answers
63 views

Get images from Liferay Document Library whose id is stored in separate databse table

I have an Employee table which stores details of Employees (name,date of birth etc) I have a field in Employee table named fileEntryId which stores the Id of the employee pics which are stored in DL ...
-2
votes
1answer
64 views

how to store images in database and retrieve them [closed]

I a lot of lots of code from internet but not a single one is working so please anyone had a genuine solution.... help me please..
0
votes
1answer
82 views

ASP.Net How prompt user to upload an image and store it to a database?

I have a user registration page and would like to by clicking on browse button allow the user to select an image from the local machine and would upload it to the database. The image can then be ...
0
votes
3answers
75 views

ASIHTTP Request cancelled error in iphone sdk

I am uploading multiple images data using ASIHTTP request method. All Images uploaded successfully but for only last image ASIHttp request goes fail. I tried a lot but i can't get anymore. Can someone ...
0
votes
0answers
31 views

Upload loader.loaderInfo.byte

I am trying to upload images using ByteArray from a mobile app. The source image data needs to be loaded using Loader class(loadFilePromise). When I tried to upload loader.loaderInfo.byte using ...
0
votes
1answer
42 views

drupal 7 image field doesn't check image type

if you rename (file.php) to (file.jpg) and you want to upload it drupal 6 image_field module can detect it and refuse uploading this file but image_field in drupal 7 can't detect it . can you help ...
0
votes
0answers
50 views

How do I solve the following exception When uploading an image to server path

I am Working on Android and I am facing problem when uploading image to the server from my phone . I am using multipartentity using post Mehod. I am using the following library httpmime-4.3-beta1.jar ...
1
vote
1answer
168 views

Imgur API version 3 uploading examples?

I'm trying to add this functionality to a C# Windows app I have in development, for uploading images to Imgur. Unfortunately it has to be Imgur, as that site is the requirement. Problem is whatever ...
0
votes
0answers
12 views

Service or API to find images with keywords

I have a web application where users can enter items. There is an optional field for adding one or multiple images (normal file upload button). I would like to make it easier for users to add images ...
-1
votes
1answer
61 views

Uploading image php

I don't know where to ask it anymore, please someone help, I need to upload an image to my admin page, and I'm getting this error, someone told me that is the permission of the folder but it didn't ...
0
votes
1answer
33 views

Need Help To Solve Images Disppeared After Again Form Submiitted?

i have multiple image upload options in the form and they are working fine and update file name in the mysql database columns? when i uploads image1 then image move on to the server and also it is ...
0
votes
0answers
57 views

pictures uploaded from android app to server aren't accessible from the browser (not consistent)

I am developing an android app that captures a pic from the camera or gallery and uploads it to the server while storing a link with the URL path in the DB. i am using phonegap to upload the pics ...
1
vote
0answers
54 views

Wordpress media upload : Error 500

When I try to upload images on multiple WP websites hosted on a particular server, via the Flash uploader, I get a HTTP Error written in red. I know that this is a common problem, but the common ...

1 2 3 4 5 12