Topic awaiting preservation: php: upload file directly into mysql (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 03-02-2002 22:51 |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 03-02-2002 23:08
or what does |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 03-03-2002 00:59
open_basedir messages mean you don't have the rights to open the file in its current location. This is usually indicative of PHP running in Safe Mode. You can work around this if you have access to the .conf file. Check phpinfo and look for the safe_mode setting. If it's on, check the open_basedir setting. You can open files in any dir underneath what is listed. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
posted 03-03-2002 01:09
The poster has demanded we remove all his contributions, less he takes legal action. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 03-03-2002 01:31
pugzly, yes php is running in safe mode and i dont have access to the config files. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 03-03-2002 03:04 |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 03-03-2002 10:47
ah! i see. |
Paranoid (IV) Inmate From: Lebanon |
posted 03-04-2002 08:02
to load a file directly into a blob field, use this: |