shahzad11 Account Suspended Impact 11 Oct 29, 2007 820 views 4 replies #1 i wanna load my pictures to mysql db , plese tell me the query how to upload file to mysql with thumbnail auto generation thanks in advance
i wanna load my pictures to mysql db , plese tell me the query how to upload file to mysql with thumbnail auto generation thanks in advance
Daniel Danltn.comVIP Member VIP ★ 15 ★ Impact 133 Oct 29, 2007 #2 Wouldn't a better option be to use MySQL to simply log the absolute path of the images, rather than store them in it itself. (I guess a Base 64 Encode might be able to if you need.) For image resizing, the GD Library is far the easiest to use.
Wouldn't a better option be to use MySQL to simply log the absolute path of the images, rather than store them in it itself. (I guess a Base 64 Encode might be able to if you need.) For image resizing, the GD Library is far the easiest to use.
aween Pro Coder & DesignerVIP Member VIP ★ 20 ★ Impact 10 Oct 30, 2007 #4 read this : http://php.net/gd or google for it.