Uploading images from server using Php
Posted
by THOmas
on Stack Overflow
See other posts from Stack Overflow
or by THOmas
Published on 2010-03-23T10:06:28Z
Indexed on
2010/03/23
10:13 UTC
Read the original article
Hit count: 366
In my php application i have a folder in which all the photos are kept.
The images are in different sizes.So i want to select photos from the folder and applying some image functions and upload to a different folder through php code.
This is same as image uploading but the difference is that the source file is in server
That is i want to select photos from server applying some image functions and upload again on the server Pls help me
© Stack Overflow or respective owner