Tagged Questions

0
votes
2answers
82 views

Uploading image in MVC

I am using automatically created "Create" asp.net MVC view in which I have populated fields for underlying object. Problem is that my object has property of type Image, and i Don't know how to …
1
vote
1answer
102 views

Image Upload Using php - curl

Hello Friends, 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
2answers
107 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'] * …
0
votes
3answers
49 views

Building Website With Video Upload Feature - Possible Implementations?!

Hello! Currently I have a static html/css website that I want to build a backend onto in order to upload high quality videos to the site. I'm not entirely sure how I might go about doing …
0
votes
3answers
88 views

PHP Image Upload trouble

Hi, I am currently working on a Joomla! website. I am using the Jumi extension (which allows custom scripts to be made and executed within Joomla! itself) to create a simple file upload tool. The …
1
vote
4answers
1k 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 …
0
votes
3answers
136 views

How to save an image from one domain onto another

I've just been tasked with abstracting the admin section of a website to its own separate domain on a separate (shared) hosting plan. Part of what the admin section does is upload pictures for …
1
vote
1answer
477 views

asp.net mvc fckeditor upload image error

has anyone been able to get it to work with asp.net mvc ? changed the extension in config to .aspx there's a asp.net control as referred here http://forums.asp.net/t/1060019.aspx but haven't seen …
0
votes
1answer
198 views

iPhone camera images are rotated when uploaded to web

I'm using UIImagePickerController to take a photo in portrait mode on the iphone and save to the web. The photo appears in portrait on the phone, but rotates 90 degrees on the web. If I download the …
1
vote
2answers
135 views

Image upload error in php while using the function imagecreatefromjpeg()

Hi I am resizing an image that is uploaded and I am creating a new image after resize using the function imagecreatefromjpeg() I have been able to successfully resize images of huge dimensions as …
1
vote
2answers
672 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 …
6
votes
13answers
905 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 …
2
votes
3answers
2k 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 …
1
vote
1answer
268 views

What do i use instead of e.Values.add(… for the ListViewEditEventArgs to upload an Image

Hi, i can upload images to the database using linq and the listview control when referancing the e.Values method for the ListViewInsertEventArgs, but there is no such method in the …
2
votes
6answers
2k 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 …