Broken File Upload

2004-10-26 Thread William Merrick
The following php code was working to upload files to my mysql db until I upgraded to mysql 4.0. Now, the files I try to upload do not get put into the folder. There is no error, the file just does not get posted. Any ideas? p Uploading File...p ?php echo $userfile; echo 'p'; $destination =

RE: Broken File Upload

2004-10-26 Thread Jay Blanchard
[snip] The following php code was working to upload files to my mysql db until I upgraded to mysql 4.0. Now, the files I try to upload do not get put into the folder. There is no error, the file just does not get posted. Any ideas? p Uploading File...p ?php echo $userfile; echo 'p';

RE: Broken File Upload

2004-10-26 Thread Jay Blanchard
[snip] That code plus this code on the front end which I forgot to post... [/snip] But, there is no INSERT statement or any other item which indicates a connection to a database... -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:

RE: Broken File Upload

2004-10-26 Thread Jay Blanchard
[snip] I'm sorry, I'm new at this... The name of the file is stored in the mysql db and the actual file is stored in a directory on a linux server. So maybe my problem is not with mysql although that the same day I upgraded, the file upload stopped working... [/snip] Aha! What you have here

[Newbie Q] csv file upload via php to mysql tutorial request

2002-11-07 Thread kristina
Hello listers My reason for emailing is this - I want to know how to upload a csv file via php to a mysql database. I have found a few examples but they are all much to advanced for my needs. I just want the bear basics so I can understand it. I can see that phpMyAdmin does this,

file upload ..... ????

2002-07-01 Thread toby -
hi everyone function calls is workin fine now thnx a million :( a new problem im trying to upload a file from client and i want it to be stored in mysql db table type myisam is that possible right now my code only copies the file on the disk simple text but i want it in my data