I try to upload binary files into my database. This part works fine. When ever Ui try to download the files to my webbrowser I don't get an error but no display. The code I use is from this site and works on a linux machine. http://www.phpbuilder.com/columns/florian19991014.php3
Please help.
I have no clue why this does not work..
Hello Ron: In php.ini file, you must to set
upload_tmp_dir =c:\temp
or other temp directory you want. And check that you can read and write from this directory.
Probably works....
Sorry for my bad english.
Leonardo.
Leonardo,
How do I check a directory that I can write to it on a Win98 system running Apache/PHP/MySQL.
I hope someone can tell me how or give me a clue...
If you're running windows 98, you don't need to worry about specifying a writeable directory, as every directory is writable in windows 98 by default. Just make sure the path to the temp directory in your php.ini file exists. Also, you might want to check your apache logs to see if there is any indication that the file is being sent.
Good luck. Brandon Tallent http://nesp.lowpass.org