[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-04-09 Thread sniper

ID: 9418
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: *General Issues
Assigned To: 
Comments:

Feedback:
-

Hey, i solve problem. On catalog with php upload script i set
directive:
CharsetDisable on
Now - all ok.

---

This was with Apache which had mod_charset included. 
(Russian)

Just wondering why adding --with-mod_charset doesn't do anything?


--Jani


Previous Comments:
---

[2001-04-03 10:01:09] [EMAIL PROTECTED]
Please try latest snapshot from http://snaps.php.net/
If problem still persists, please send me the original
and uploaded (via form) images to [EMAIL PROTECTED]

--Jani


---

[2001-03-27 04:49:16] [EMAIL PROTECTED]
Hi! I trying snapshot from 22-Mar-2001 - but this not help me. May be in new stable 
release problem with images will be solved?

---

[2001-03-04 22:40:43] [EMAIL PROTECTED]
I make this experiment: 
1) upload image via php. Uploaded image not visible.
2) upload image via ftp (binary) mode. This image is normal visible. 
After that i compare both image with cmp command. Cmp say, what images different.
I can send you my image for probe. 
May be i must try download cvs from snaps.php.net (early i download it from 
cvs.php.net). May be cvs snapshot on this sites different?

---

[2001-03-03 19:17:01] [EMAIL PROTECTED]
I can not reproduce this. Are you sure you're comparing the right images??
Are the uploaded images displayed at all?

--Jani


---

[2001-03-01 21:43:22] [EMAIL PROTECTED]
Yes, 23 feb i download cvs snapshot from cvs.php.net
make 
make install
but this not help me :(...

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9418edit=2


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-04-03 Thread sniper

ID: 9418
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *General Issues
Assigned To: 
Comments:

Please try latest snapshot from http://snaps.php.net/
If problem still persists, please send me the original
and uploaded (via form) images to [EMAIL PROTECTED]

--Jani


Previous Comments:
---

[2001-03-27 04:49:16] [EMAIL PROTECTED]
Hi! I trying snapshot from 22-Mar-2001 - but this not help me. May be in new stable 
release problem with images will be solved?

---

[2001-03-04 22:40:43] [EMAIL PROTECTED]
I make this experiment: 
1) upload image via php. Uploaded image not visible.
2) upload image via ftp (binary) mode. This image is normal visible. 
After that i compare both image with cmp command. Cmp say, what images different.
I can send you my image for probe. 
May be i must try download cvs from snaps.php.net (early i download it from 
cvs.php.net). May be cvs snapshot on this sites different?

---

[2001-03-03 19:17:01] [EMAIL PROTECTED]
I can not reproduce this. Are you sure you're comparing the right images??
Are the uploaded images displayed at all?

--Jani


---

[2001-03-01 21:43:22] [EMAIL PROTECTED]
Yes, 23 feb i download cvs snapshot from cvs.php.net
make 
make install
but this not help me :(...

---

[2001-03-01 17:14:20] [EMAIL PROTECTED]
And you're using the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9418edit=2


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-03-27 Thread nekto

ID: 9418
User Update by: [EMAIL PROTECTED]
Status: Open
Bug Type: *General Issues
Description: Upload image file is broken

Hi! I trying snapshot from 22-Mar-2001 - but this not help me. May be in new stable 
release problem with images will be solved?

Previous Comments:
---

[2001-03-04 22:40:43] [EMAIL PROTECTED]
I make this experiment: 
1) upload image via php. Uploaded image not visible.
2) upload image via ftp (binary) mode. This image is normal visible. 
After that i compare both image with cmp command. Cmp say, what images different.
I can send you my image for probe. 
May be i must try download cvs from snaps.php.net (early i download it from 
cvs.php.net). May be cvs snapshot on this sites different?

---

[2001-03-03 19:17:01] [EMAIL PROTECTED]
I can not reproduce this. Are you sure you're comparing the right images??
Are the uploaded images displayed at all?

--Jani


---

[2001-03-01 21:43:22] [EMAIL PROTECTED]
Yes, 23 feb i download cvs snapshot from cvs.php.net
make 
make install
but this not help me :(...

---

[2001-03-01 17:14:20] [EMAIL PROTECTED]
And you're using the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


---

[2001-02-27 21:41:57] [EMAIL PROTECTED]
Ok, this fragment of my script:

form enctype="multipart/form-data" method="post" action="? $PHP_SELF ??action=add"
  table width="100%" border="0" cellspacing="0" cellpadding="0"

. skip .

tr
  td width="29%" height="30"? print $lang["photo"]?/td
  td width="71%" height="30"
input type="file" name="photo" size="50" maxlength="255"
  /td
/tr

..skip...

 /table
  p
input type="reset" name="Reset" value="? print $lang["reset"]?"
input type="submit" name="Submit" value="? print $lang["save"]?"
  /p
/form

..skip...

copy ($photo, $photopath.$id);
unlink($photo);




---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=9418


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-03-04 Thread nekto

ID: 9418
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *General Issues
Description: Upload image file is broken

I make this experiment: 
1) upload image via php. Uploaded image not visible.
2) upload image via ftp (binary) mode. This image is normal visible. 
After that i compare both image with cmp command. Cmp say, what images different.
I can send you my image for probe. 
May be i must try download cvs from snaps.php.net (early i download it from 
cvs.php.net). May be cvs snapshot on this sites different?

Previous Comments:
---

[2001-03-03 19:17:01] [EMAIL PROTECTED]
I can not reproduce this. Are you sure you're comparing the right images??
Are the uploaded images displayed at all?

--Jani


---

[2001-03-01 21:43:22] [EMAIL PROTECTED]
Yes, 23 feb i download cvs snapshot from cvs.php.net
make 
make install
but this not help me :(...

---

[2001-03-01 17:14:20] [EMAIL PROTECTED]
And you're using the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


---

[2001-02-27 21:41:57] [EMAIL PROTECTED]
Ok, this fragment of my script:

form enctype="multipart/form-data" method="post" action="? $PHP_SELF ??action=add"
  table width="100%" border="0" cellspacing="0" cellpadding="0"

. skip .

tr
  td width="29%" height="30"? print $lang["photo"]?/td
  td width="71%" height="30"
input type="file" name="photo" size="50" maxlength="255"
  /td
/tr

..skip...

 /table
  p
input type="reset" name="Reset" value="? print $lang["reset"]?"
input type="submit" name="Submit" value="? print $lang["save"]?"
  /p
/form

..skip...

copy ($photo, $photopath.$id);
unlink($photo);




---

[2001-02-27 08:45:40] [EMAIL PROTECTED]
And the example script is where?

--Jani


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=9418


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-03-03 Thread sniper

ID: 9418
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *General Issues
Assigned To: 
Comments:

I can not reproduce this. Are you sure you're comparing the right images??
Are the uploaded images displayed at all?

--Jani


Previous Comments:
---

[2001-03-01 21:43:22] [EMAIL PROTECTED]
Yes, 23 feb i download cvs snapshot from cvs.php.net
make 
make install
but this not help me :(...

---

[2001-03-01 17:14:20] [EMAIL PROTECTED]
And you're using the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


---

[2001-02-27 21:41:57] [EMAIL PROTECTED]
Ok, this fragment of my script:

form enctype="multipart/form-data" method="post" action="? $PHP_SELF ??action=add"
  table width="100%" border="0" cellspacing="0" cellpadding="0"

. skip .

tr
  td width="29%" height="30"? print $lang["photo"]?/td
  td width="71%" height="30"
input type="file" name="photo" size="50" maxlength="255"
  /td
/tr

..skip...

 /table
  p
input type="reset" name="Reset" value="? print $lang["reset"]?"
input type="submit" name="Submit" value="? print $lang["save"]?"
  /p
/form

..skip...

copy ($photo, $photopath.$id);
unlink($photo);




---

[2001-02-27 08:45:40] [EMAIL PROTECTED]
And the example script is where?

--Jani


---

[2001-02-25 22:28:23] [EMAIL PROTECTED]
Hi!
1. yes, uploaded file exsit

2. filesize uploaded file equal filesize of original, but cmp say, what this files 
differ

cmp file1.gif file2.gif
file1.gif file2.gif differ: char 8, line 1

3. both file begin with string:
GIF89

4. I open files in browser using http address:
http://my.website.com/path/file.gif



---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9418edit=2


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-03-01 Thread nekto

ID: 9418
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *General Issues
Description: Upload image file is broken

Yes, 23 feb i download cvs snapshot from cvs.php.net
make 
make install
but this not help me :(...

Previous Comments:
---

[2001-03-01 17:14:20] [EMAIL PROTECTED]
And you're using the latest CVS snapshot from http://snaps.php.net/ ?

--Jani


---

[2001-02-27 21:41:57] [EMAIL PROTECTED]
Ok, this fragment of my script:

form enctype="multipart/form-data" method="post" action="? $PHP_SELF ??action=add"
  table width="100%" border="0" cellspacing="0" cellpadding="0"

. skip .

tr
  td width="29%" height="30"? print $lang["photo"]?/td
  td width="71%" height="30"
input type="file" name="photo" size="50" maxlength="255"
  /td
/tr

..skip...

 /table
  p
input type="reset" name="Reset" value="? print $lang["reset"]?"
input type="submit" name="Submit" value="? print $lang["save"]?"
  /p
/form

..skip...

copy ($photo, $photopath.$id);
unlink($photo);




---

[2001-02-27 08:45:40] [EMAIL PROTECTED]
And the example script is where?

--Jani


---

[2001-02-25 22:28:23] [EMAIL PROTECTED]
Hi!
1. yes, uploaded file exsit

2. filesize uploaded file equal filesize of original, but cmp say, what this files 
differ

cmp file1.gif file2.gif
file1.gif file2.gif differ: char 8, line 1

3. both file begin with string:
GIF89

4. I open files in browser using http address:
http://my.website.com/path/file.gif



---

[2001-02-25 18:28:55] [EMAIL PROTECTED]
Reopening. jmoore : what's the hurry to close something just one day after the issue 
is reported?

nekto replied "What info yuo need?"
nekto: well 
 does the uploaded file exist?
 does the file 0 filesize?
 what are the differences between the files - is the uploaded file prepended with a 
content-type header?
 what code are you using to reference the uploaded file?

---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=9418


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-02-27 Thread sniper

ID: 9418
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Feedback
Bug Type: *General Issues
Assigned To: 
Comments:

And the example script is where?

--Jani


Previous Comments:
---

[2001-02-25 22:28:23] [EMAIL PROTECTED]
Hi!
1. yes, uploaded file exsit

2. filesize uploaded file equal filesize of original, but cmp say, what this files 
differ

cmp file1.gif file2.gif
file1.gif file2.gif differ: char 8, line 1

3. both file begin with string:
GIF89

4. I open files in browser using http address:
http://my.website.com/path/file.gif



---

[2001-02-25 18:28:55] [EMAIL PROTECTED]
Reopening. jmoore : what's the hurry to close something just one day after the issue 
is reported?

nekto replied "What info yuo need?"
nekto: well 
 does the uploaded file exist?
 does the file 0 filesize?
 what are the differences between the files - is the uploaded file prepended with a 
content-type header?
 what code are you using to reference the uploaded file?

---

[2001-02-24 13:23:34] [EMAIL PROTECTED]
Not enough information supplied closing.

---

[2001-02-23 05:04:14] [EMAIL PROTECTED]
I have a problem with upload gif image (original differ from upload image). With yours 
recommendation, i install last cvs version of php4. But this not solved my problem. 
What i must doing for solving my problem?


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9418edit=2


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-02-27 Thread nekto

ID: 9418
User Update by: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Open
Bug Type: *General Issues
Description: Upload image file is broken

Ok, this fragment of my script:

form enctype="multipart/form-data" method="post" action="? $PHP_SELF ??action=add"
  table width="100%" border="0" cellspacing="0" cellpadding="0"

. skip .

tr
  td width="29%" height="30"? print $lang["photo"]?/td
  td width="71%" height="30"
input type="file" name="photo" size="50" maxlength="255"
  /td
/tr

..skip...

 /table
  p
input type="reset" name="Reset" value="? print $lang["reset"]?"
input type="submit" name="Submit" value="? print $lang["save"]?"
  /p
/form

..skip...

copy ($photo, $photopath.$id);
unlink($photo);




Previous Comments:
---

[2001-02-27 08:45:40] [EMAIL PROTECTED]
And the example script is where?

--Jani


---

[2001-02-25 22:28:23] [EMAIL PROTECTED]
Hi!
1. yes, uploaded file exsit

2. filesize uploaded file equal filesize of original, but cmp say, what this files 
differ

cmp file1.gif file2.gif
file1.gif file2.gif differ: char 8, line 1

3. both file begin with string:
GIF89

4. I open files in browser using http address:
http://my.website.com/path/file.gif



---

[2001-02-25 18:28:55] [EMAIL PROTECTED]
Reopening. jmoore : what's the hurry to close something just one day after the issue 
is reported?

nekto replied "What info yuo need?"
nekto: well 
 does the uploaded file exist?
 does the file 0 filesize?
 what are the differences between the files - is the uploaded file prepended with a 
content-type header?
 what code are you using to reference the uploaded file?

---

[2001-02-24 13:23:34] [EMAIL PROTECTED]
Not enough information supplied closing.

---

[2001-02-23 05:04:14] [EMAIL PROTECTED]
I have a problem with upload gif image (original differ from upload image). With yours 
recommendation, i install last cvs version of php4. But this not solved my problem. 
What i must doing for solving my problem?


---

The remainder of the comments for this report are too long.  To view the rest of the 
comments, please view the bug report online.

Full Bug description available at: http://bugs.php.net/?id=9418


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-02-26 Thread nekto

ID: 9418
User Update by: [EMAIL PROTECTED]
Old-Status: Closed
Status: Open
Bug Type: *General Issues
Description: Upload image file is broken



Previous Comments:
---

[2001-02-25 18:28:55] [EMAIL PROTECTED]
Reopening. jmoore : what's the hurry to close something just one day after the issue 
is reported?

nekto replied "What info yuo need?"
nekto: well 
 does the uploaded file exist?
 does the file 0 filesize?
 what are the differences between the files - is the uploaded file prepended with a 
content-type header?
 what code are you using to reference the uploaded file?

---

[2001-02-24 13:23:34] [EMAIL PROTECTED]
Not enough information supplied closing.

---

[2001-02-23 05:04:14] [EMAIL PROTECTED]
I have a problem with upload gif image (original differ from upload image). With yours 
recommendation, i install last cvs version of php4. But this not solved my problem. 
What i must doing for solving my problem?


---


Full Bug description available at: http://bugs.php.net/?id=9418


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-02-25 Thread lyric

ID: 9418
Updated by: lyric
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: *General Issues
Assigned To: 
Comments:

Reopening. jmoore : what's the hurry to close something just one day after the issue 
is reported?

nekto replied "What info yuo need?"
nekto: well 
 does the uploaded file exist?
 does the file 0 filesize?
 what are the differences between the files - is the uploaded file prepended with a 
content-type header?
 what code are you using to reference the uploaded file?

Previous Comments:
---

[2001-02-24 13:23:34] [EMAIL PROTECTED]
Not enough information supplied closing.

---

[2001-02-23 05:04:14] [EMAIL PROTECTED]
I have a problem with upload gif image (original differ from upload image). With yours 
recommendation, i install last cvs version of php4. But this not solved my problem. 
What i must doing for solving my problem?


---



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9418edit=2


-- 
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]




[PHP-DEV] PHP 4.0 Bug #9418 Updated: Upload image file is broken

2001-02-25 Thread nekto

ID: 9418
User Update by: [EMAIL PROTECTED]
Status: Closed
Bug Type: *General Issues
Description: Upload image file is broken

Hi!
1. yes, uploaded file exsit

2. filesize uploaded file equal filesize of original, but cmp say, what this files 
differ

cmp file1.gif file2.gif
file1.gif file2.gif differ: char 8, line 1

3. both file begin with string:
GIF89

4. I open files in browser using http address:
http://my.website.com/path/file.gif



Previous Comments:
---

[2001-02-25 18:28:55] [EMAIL PROTECTED]
Reopening. jmoore : what's the hurry to close something just one day after the issue 
is reported?

nekto replied "What info yuo need?"
nekto: well 
 does the uploaded file exist?
 does the file 0 filesize?
 what are the differences between the files - is the uploaded file prepended with a 
content-type header?
 what code are you using to reference the uploaded file?

---

[2001-02-24 13:23:34] [EMAIL PROTECTED]
Not enough information supplied closing.

---

[2001-02-23 05:04:14] [EMAIL PROTECTED]
I have a problem with upload gif image (original differ from upload image). With yours 
recommendation, i install last cvs version of php4. But this not solved my problem. 
What i must doing for solving my problem?


---


Full Bug description available at: http://bugs.php.net/?id=9418


-- 
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]