Tagged Questions
2
votes
2answers
108 views
Upload three versions of an image, full size, thumbnail and resized
So far, I've been uploading one image by hand (FTP to the server when live, locally moving a file), and then resizing them on the fly using the img tag's width and height properties to resize them. ...
0
votes
0answers
2k views
ASP.Net MVC3: Upload Image File, Resize, then Save to Database (NOT Filesystem), and Return ImageID
I am working on a client side application that gives the user an option to attach a series of images to an object, one image at a time. The process would go something like this.
User presses ADD ...
0
votes
1answer
301 views
Resize uploaded image - PHP
I am using the basic upload code from the w3schools website but I would like to add the ability to resize the image on upload to 200px wide. Is this something that can be simply added to this code or ...
0
votes
2answers
127 views
Can loading and resizing an uploaded image be dangerous?
I have ASP.NET form with an upload control for users to post an image. On the server I load that image (using the Bitmap class) and resize it.
Is there any danger in doing that when users upload ...
0
votes
1answer
492 views
PHP Fatal Error while uploading/resizing images
I'm using a code which will upload an image, put the image in the "resize" folder, resize the image, move the image into another folder, then delete the image from the "resize" folder, however I'm ...