Hi All, I have browsed the web for a while now but cannot find the script I am after - I want users to be able to upload images directly on screen. I would also like to be able to control the size and dimensions of the uploaded images. Also is there any way to set up the script so the user can upload the image at the top left of the script for example? Or within a div containing several other divs within, is there a way to offer the user to choose in which div he/she wants to upload the image into? Thanks P Have a good week end!
Euh Ajax? I do not know to be honest. I saw once on a website a simple form allowing users to browse for images and submit. Once submitted, the image is displayed on the screen. Hope this helps! Thanks
You mean like www.tinypic.com? If so, you can use http://uk.php.net/features.file-upload to get you started with the uploading part. Jay
No problem. It should just be a case of using echo/print to output the images, and you can use http://uk3.php.net/manual/en/function.getimagesize.php to get the dimensions Jay