Upload image to web server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
desmondlk
Forum Commoner
Posts: 27
Joined: Tue Sep 24, 2002 10:27 pm
Location: Malaysia

Upload image to web server

Post by desmondlk »

Dear all,

As I know it is better to store the image in the server insteads of storing it directly into database.

The path or link is stored in database as a reference.

Let say, the web server is operating on Linux OS, shall it be a problem for upload image if i am using other company's web server?

Thanks in advance.
bionicdonkey
Forum Contributor
Posts: 132
Joined: Fri Jan 31, 2003 2:28 am
Location: Sydney, Australia
Contact:

Post by bionicdonkey »

u will need to have write permissions to the folder u wish to store the images in
Post Reply