From: [EMAIL PROTECTED]
Operating system:
PHP version: 4.0.4
PHP Bug Type: IIS related
Bug description: FTP_PUT / FOPEN
I'm working against a IIS web server with PHP 4.0.4
It seems that both ftp_up and fopen causes the same
problem, not allowing you to upload files.
On the attempt to open sourcefile/submited file
I get following errors;
with ftp_up:
Warning: error opening G:\\mysite\\mysite\\gfx\\icon_editor_url.gif in ftp.php on line
19
with fopen:
Warning: fopen("G:\\mysite\\mysite\\gfx\\icon_editor_list.gif","rb") - No such file or
directory in uploadfile.php on line 7
hence under linux, I have tested the fopen with php4.0.b3
and it seems to work. Question me for samplecode if needed.
Regards,
IN.
--
Edit Bug report at: http://bugs.php.net/?id=9688&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]