RE: [PHP-DB] File input from form not detected

2003-06-02 Thread Dewi Wahyuni
Hi everyone I changed the code a bit. Using the file tmp now. Here's the code and the error (still error but less) Thanks for the help upload.php - error code -- error. File: /tmp/phpObl8LE. Warning: files

Re: [PHP-DB] File input from form not detected

2003-06-01 Thread Dewi Wahyuni
Hi everyone thanks. I did add the enctype but it's still not working. Here're the codes Sorry if I posted to the wrong list. because I was trying to store the file as well in the mysql db blob. Someone suggested to print all the $ post vars as I print, only the MAX_FILE_SIZE shows up as a variab

Re: [PHP-DB] File input from form not detected

2003-05-30 Thread Paul Burney
on 05/30/2003 9:16 AM, Dewi Wahyuni at [EMAIL PROTECTED] appended the following bits to my mbox: > if($userfile) it fails. BUT $userfile_name is able to display the filename . I just tried the script on your site... It looks like you are trying to fopen the actual file name. You need to fopen

RE: [PHP-DB] File input from form not detected

2003-05-30 Thread Hutchins, Richard
y, May 30, 2003 9:17 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] File input from form not detected > > > > Hi, following my earlier post > > My input file from form in eg upload.html was not detected in > the upload.php (handler) > > The example can be se

Re: [PHP-DB] File input from form not detected

2003-05-30 Thread Paul Burney
on 05/30/2003 9:16 AM, Dewi Wahyuni at [EMAIL PROTECTED] appended the following bits to my mbox: > if($userfile) it fails. BUT $userfile_name is able to display the filename . > > With print_f($HTTP_POST_VARS) also the userfile was not displayed, only other > input element which is Maximum file

[PHP-DB] File input from form not detected

2003-05-30 Thread Dewi Wahyuni
Hi, following my earlier post My input file from form in eg upload.html was not detected in the upload.php (handler) The example can be seen in http://www.busybees.com.my/tryout/upload.html I tried uploading using the which is supposed to be captured by the php as $userfile (as far as I know)