Re: [PHP] Uploading images to MySQL BLOB column

2002-12-09 Thread Jason Wong
On Monday 09 December 2002 19:43, [EMAIL PROTECTED] wrote: > Hi everyone, > i don't have any experience with uploading images through PHP so > i'd like to ask you? > I' starting one server where we have some articles added by users > through PHP script and i want to also every article to ha

[PHP] Uploading images to MySQL BLOB column

2002-12-09 Thread ReznicekM
Hi everyone, i don't have any experience with uploading images through PHP so i'd like to ask you? I' starting one server where we have some articles added by users through PHP script and i want to also every article to has its own image showed above. I thought that it could be a could t

Re: [PHP] Uploading images to Mysql

2002-11-17 Thread Marco Tabini
Sorry--I should have read ALL your code... Try taking a look at this manual page: http://ca.php.net/manual/en/features.file-upload.php It explains how to handle file uploads. Your file name should appear in $_FILES['form_data']. On Sun, 2002-11-17 at 12:54, Marco Tabini wrote: > Seems to me $f

Re: [PHP] Uploading images to Mysql

2002-11-17 Thread Marco Tabini
Seems to me $form_data might be undefined or empty. Could be a problem related to register_globals if that value is coming from an HTML form. Try $_REQUEST['form_data'] instead. Marco On Sun, 2002-11-17 at 13:58, William Glenn wrote: > Hey all, need some quick help. I have some code I was trying

[PHP] Uploading images to Mysql

2002-11-17 Thread William Glenn
Hey all, need some quick help. I have some code I was trying to get to work but I keep getting this error: Warning: fopen("", "rb") - Success in /home/digital/public_html/upload_test.php3 on line 18 Warning: stat failed for (errno=2 - No such file or directory) in /home/digital/public_html/upl