Jump to content

Image upload system


undertaker

Recommended Posts

For example, i am making an application where user could add his restaurant to united country restaurant database.

Beside the general information, user could add up to 3 pictures of his restaurant.

 

Now i am asking you, what would be the best way to achieve that?

 

Uploading:

 

I.Using the same database as for the other info? Like pic1, pics2, pic3 columns with image paths?

II.Using different database for images connected to general information table with unique id? (how fast is that? )

III. Better solution?

 

Editing:

Best solution (+ interface) to change / delete existing images from database since there is maximum limit of 3?

 

Thanks in advance for all the suggestion and ideas.

 

 

 

 

Link to comment
https://forums.phpfreaks.com/topic/259083-image-upload-system/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.