Ask a Question related to PHP Development, Design and Development.
-
Jon #1
save image to server
guys,
After lots of searching, there seems to be lots of tutorials on how to
output a resized image to the browser, but none to save it to a directory
on the server. I have an image previously uploaded and i need to resize it
and save it to a subfolder "thumbs".
So far i have resized it, and stored it as $imgThumb (this is from
imagecopyresized(args[...])) but writing it to a file on the server eludes
me. I have full permisions on the server (CHMOD 777),
and at the moment i am using gd 1.6.8,
Thanks in advance,
Jon
Jon Guest
-
Save image into database
Hi, I would like to know how i can save and retreve image from a field in a access database. thanx in advance -
Save image
I am sure somewhere this has been answered but why can't I not save an image I am working on? The program says something we cannot save this file... -
How do I save an image to RGB colors?
How do I save an image to RGB colors that is now in Hexadecimal? -
Can I save snapshot with image ?
You cannot do that. The simplest thing to do is save periodic copies of your image. You can then easily go back to an earlier variant. -
How To Browse for an image file and save it to image server folder
I trying to browse for an image file and save it to the server image folder. in other words , upload the picture. I tried html and aspx.net... -
aymeric #2
Re: save image to server
don't we need GD 1.8 minimal config for resizing and writing files like jpg
? or html ?
"Jon" <jonchalk@hotmail.spam> a écrit dans le message de news:
[email]oprso1imxgn6j0ws@news.f9.net.uk[/email]...it> guys,
> After lots of searching, there seems to be lots of tutorials on how to
> output a resized image to the browser, but none to save it to a directory
> on the server. I have an image previously uploaded and i need to resize> and save it to a subfolder "thumbs".
> So far i have resized it, and stored it as $imgThumb (this is from
> imagecopyresized(args[...])) but writing it to a file on the server eludes
> me. I have full permisions on the server (CHMOD 777),
> and at the moment i am using gd 1.6.8,
>
> Thanks in advance,
> Jon
aymeric Guest



Reply With Quote

