Tagged Questions
The image-uploading tag has no wiki summary.
18
votes
3answers
14k views
ASP.NET MVC - CKEditor Image Upload
I am looking to include CKEditor in a project I am working on and I need the image upload support provided by the CKFinder plugin, however I do not particularly need the rest of the CKFinder tool and ...
16
votes
3answers
16k views
How to upload and store an image with google app engine (java)
I am looking for the simplest way to upload and store an image (file) to the GAE (java).
Googling for hours without any simple and clear result... : (
found this link:
...
9
votes
3answers
6k views
Mvc 3 Image Upload Gallery
I have implemented a file upload for images using ASP.NET Mvc 3 and the Microsoft.Web.Helpers NuGet package. The implementation is quit simple as it allows you to browse for a file and upload it to a ...
8
votes
4answers
216 views
in asp.net-mvc, is there a good library or pattern to follow when saving users content (images, files, etc)
i have an admin section of my website where "authors" can upload files like pictures for photo galleries, etc to include in dynamic content sections of my website later. I have certain pages where ...
7
votes
14answers
3k views
What is the best practice for storing uploaded images?
I'm writing an application that allows users to upload images onto the server. I expect about 20 images per day all jpeg and probably not edited/resized. (This is another question, how to resize the ...
7
votes
3answers
7k views
How do I convert a Bitmap to byte[]?
Basically I am inserting an image using the listviews inserting event, trying to resize an image from the fileupload control, and then save it in a SQL database using LINQ.
I found some code to ...
6
votes
3answers
701 views
Image Uploading - security issues
I'm developing an ASP.NET Web app and would like the user to be able to either upload an image from their local system, or pass in a URL to an image. The image can either be a JPG or PNG. What ...
5
votes
3answers
1k views
Python Image Uploading with AjaxUpload
I'm trying to use AjaxUpload with Python:
http://valums.com/ajax-upload/
I would like to know how to access the uploaded file with Python. On the web site, it says:
* PHP: $_FILES['userfile']
* ...
5
votes
6answers
6k views
Uploading images along with Google app engine?
I'm working on a google app engine project.
My app is working and looking correct locally, but when I try to upload images in an image directory, they're not being displayed at appspot.
as a little ...
3
votes
1answer
23 views
How to protect your web application when you add an image upload form that's public?
I'm working with a small web app written in aspnet mvc (running on .NET 4). This site is open to the public and we allow anyone to upload an image (jpg/gif/png)
Currently I'm doing what appears to be ...
3
votes
1answer
262 views
Is there a c#/asp.net mvc3 file image picker/uploader control for Azure
Before I reinvent any wheels, has anyone seen a file uploader/image browser control (you know, the kind of thing typical in a CMS) that works with Azure Blob storage? The stuff I've used to date ...
3
votes
2answers
1k views
Send file via cURL from form POST in PHP
I'm writing an API and I'm wanting to handle file uploads from a form POST. The mark-up for the form is nothing too complex:
<form action="" method="post" enctype="multipart/form-data">
...
3
votes
2answers
571 views
processing an image upload form in django: when to use save() vs chunks() vs cleaned_data?
I have successfully uploaded an image using the following code:
views.py
from django.conf.urls.defaults import *
from django.http import HttpResponse, HttpResponseRedirect
from django.shortcuts ...
3
votes
2answers
4k views
Uploading multiple images in Django admin
I'm currently building a portfolio site for a client, and I'm having trouble with one small area. I want to be able to upload multiple images (varying number) inline for each portfolio item, and I ...
2
votes
2answers
128 views
progress bar for existing php image upload script?
I currently have a PHP script I use to upload image files but I'm trying to find or create a simple jquery progress bar for the upload.
Does anyone know of a script I could use to do this? I don't ...
2
votes
1answer
238 views
Drag and drop image & upload plugin for tinymce
I'm looking for a tinymce plugin or an external jquery solution easy to integrate into tinymce that allows drag and drop image uploading and insertion in a tinymce textarea, either directly dropping ...
2
votes
1answer
96 views
Missing image in cakephp blog post
I am new to cakePHP and I am tring the blog example of cakePHP 1.3 book .
I correctly upload image in this blog example.The image name in database and image in DOCUMENT_ROOT/....correctly
but now I ...
2
votes
0answers
145 views
multiple image upload with dragonfly
i was trying for multiple image upload with dragonfly in rails3. i searched for some tutorials, but couldn't find any. i found a tutorial for multiple image upload with Carrierwave, but couldnt find ...
2
votes
2answers
348 views
What wysiwyg editor can I use for my rails 3.1 app with support of image uploader?
I tried this editor, but received many errors, maybe existing some editor, which I can easy install and update images.
2
votes
1answer
146 views
Carrierwave returns 406 Not Acceptable even though the photo does upload
I am using Carrierwave to upload photos to my rails app using a simple controller:
# POST /photos
# POST /photos.xml
def create
@photo = Photo.new(params[:photo])
respond_to do ...
2
votes
1answer
143 views
Rails image preview across all browsers
Is it possible to preview image (on upload) before saving across all the browsers.
I have implemented this way for Firefox:
document.getElementById("preview-photo").src = ...
2
votes
3answers
2k views
Upload image from iOS to PHP script
I've had a quick Google around for this but has anyone got any resources or tutorials for doing this?
I'd like to give the user the option of taking a picture with their camera or choosing one from ...
2
votes
1answer
2k views
Carrierwave or Paperclip as uploader?
Can someone tell me what the advantages of both?
I've been reading about them, but I'm still in doubt, maybe someone could help me choose.
I want to use for many types of files, including image ...
2
votes
4answers
852 views
How do I save an image in a SQL Server Database?
I want to save images that are uploaded with httppostedfilebase into a database.
How do I do this? How do I structure the database fields? What code do I write to save it to the database?
2
votes
2answers
790 views
Upload File to Database in ColdFusion
I simply would like to upload a file to my database using ColdFusion. I understand how to upload an image to a directory, but I would like to place it directly in the database.
I have set a database ...
2
votes
2answers
3k views
Image Upload Using php - curl
We are struggling to automatically upload images using php - curl. Please let me know if there is any way to do the same.
1
vote
0answers
19 views
Create GD.php image and post to album using fb.api / fb.ui
All the examples I've seen use the old $facebook->api for album and uploading an image.
ie, old api//$facebook->setFileUploadSupport(true);
What would the new api call be? ...
1
vote
1answer
24 views
java + google web toolkit (google apps engine)
I need to upload image to the server, where SmartGWT webapplication is running... after trying this solution ( Basic File upload in GWT - first answer), when I have created independent http servlet ...
1
vote
0answers
61 views
Adding image into a drupal 7 node using xmlrpc c#
i'm trying to add an image into a node. i searched the web but didn't find much. i think i need to upload the image first then add it into node so that's why i wrote some code to add the image into a ...
1
vote
1answer
80 views
TinyMCE editor Image Manager/Upload in Django
I am using TinyMCE editor, and it is great. But I having problems with including images. I have been hunting for free image hosting, but that doesn't seem easy to come by. So I finally decided I will ...
1
vote
1answer
20 views
Image upload form not posting input value when auto submitting form
I am trying to create an avatar uploader, but I want to be able to click only one button that opens the browsing window and then automatically calls the upload method from the AvatarUpload class.
The ...
1
vote
1answer
241 views
ios Upload Image and Text using HTTP POST
Thanks for reading.
I am new to iOS and I am trying to upload an Image and a text using multi-part form encoding in iOS.
The curl equivalent is something like this: curl -F "param1=value1" -F ...
1
vote
3answers
103 views
Image uploading / Setting DPI but ensuring file-size <=200k
I have a form (using MVC2) which has an image-upload script, but the rules for the final image stored on the server are pretty strict. I can force the file to the dimensions I want but it always ends ...
1
vote
0answers
74 views
Batch creative image update with ADS Api?
I try to update ads group with batch request. Everything is going fine if not add image_file param but when add it return an error.
My ad_specs;
Array
(
[method] => post
[relative_url] => ...
1
vote
1answer
221 views
How to upload an image using jQuery / AJAX in an ASP.NET MVC website?
I'm trying to find a decent way of allowing users to upload a profile photo on an edit profile page.
I've tried out Uploadify but this doesn't appear to work under some of the more recent Google ...
1
vote
2answers
135 views
Image Uploading — is BLOB the way to go? [closed]
Possible Duplicate:
Storing Images in DB - Yea or Nay?
To Do or Not to Do: Store Images in a Database
I'm currently in the process of creating my friend's artist portfolio website. She ...
1
vote
2answers
378 views
Uploading multiple images to GAE Blobstore using HTML5 multiple file input
I'm trying to store multiple image files to the GAE Blobstore using HTML5 multiple file input.
Since my web application will be used by photographers to batch upload photos, it is absolutely ...
1
vote
3answers
310 views
paperclip validations causing Error in Rails 3
I've recently installed the paperclip gem to my Rails 3 app. I am trying to allow users to upload an avatar to their profile. I followed the install instructions and here is what my models/views look ...
1
vote
0answers
115 views
Put images in the slider after image upload
I want to make, put images in to the slider after images uploading. But only reading first working code. It has two li elements and show this. li elements increasing after uploading
This code ...
1
vote
1answer
120 views
uploading image and text with codeigniter
i'm trying to create form which with which i can upload text and image both. But when i enter the information the texts only get saved but the image doesn't seem to appear the folder.
Part of my ...
1
vote
2answers
289 views
Django Image upload and resize
I have a standard Django form with an image field. When the image is uploaded, I would like to make sure that the image is no larger than 300px by 300px. Here is my code:
def post(request):
if ...
1
vote
1answer
96 views
How do I obtain GeoTagging Info from an uploaded image
I'd like to build an app that takes (with permission of course) user-uploaded images and makes use of the geotagging info embedded in the image. I'm a PHP/Javascript developer...how do I obtain that ...
1
vote
1answer
63 views
Uploding Media files form iPhone to server
I am developing an application which can upload Media files ( Audio, Video, Image) to the server. I found out a way by using PHP server code we ware able to get the image in server and store it. I ...
1
vote
1answer
346 views
JQuery / Uploadify /jCrop need good tutorial
i have found various websites with systems using jqeury, uploadify and jcrop but none of them explain in enough detail for me how to use them and integrate into a current system. dont know what it is ...
1
vote
2answers
175 views
image uploading plugin (php jquery flash)
what's the best plugin for image uploading using php/jquery?
it should have a progressbar and display information like percent, speed and such.
how to do image-resizing after uploading? i'd also like ...
1
vote
3answers
192 views
Remote uploading MULTIPLE images
Okay, I have a question guys. I want to remote upload (copy an image from a site to my server) MULTIPLE images by putting links into a TEXTAREA and hitting submit. I just don't know how to make this ...
1
vote
1answer
193 views
Unable to upload NSData to MySQL via PHP
I am doing serverside work for my iPhone app, and for some reason the imageData will not upload. I would appreciate it if you could take a look at my PHP code, and tell me whether there is a problem.
...
1
vote
1answer
516 views
406 Not Acceptable - xhr image upload to rails
I am trying to upload an image from iPhone to my working rails application that uses Carrierwave for processing. Do I need to account for the CSRF authenticity token that rails requires?
I have the ...
1
vote
1answer
802 views
codeigniter image upload and resize - swfupload
I am currently coding up a portion of site that allows the user to upload an image, and then choose an area of that image to crop. I am wanting it so that that image is uploaded without the user ...
1
vote
2answers
825 views
Handling ExtJs 'fileuploadfield' on the server using ASP.NET MVC?
I have a simple ExtJs form panel which contains a fileuploadfield. When I submit the form to the server all the key value form values get sent to the server but not the key value pair for the file ...