Re: [PHP] Php converting jpegs to pjpegs: Help

2005-09-19 Thread Jasper Bryant-Greene
jnoyes wrote: Can someone tell me why, or better yet how I can make sure that PHP doesn't turn my non-progressive jpegs to pjepgs on upload? Using the code below, if I upload a non-progressive jpeg, PHP tells me that the file uploaded successfully, and the file is of type pjpeg. How can I avoid

[PHP] Php converting jpegs to pjpegs: Help

2005-09-19 Thread jnoyes
Can someone tell me why, or better yet how I can make sure that PHP doesn't turn my non-progressive jpegs to pjepgs on upload? Using the code below, if I upload a non-progressive jpeg, PHP tells me that the file uploaded successfully, and the file is of type pjpeg. How can I avoid this problem?

[PHP] Php converting jpegs to pjpegs: Help

2005-09-17 Thread jnoyes
Can someone tell me why, or better yet how I can make sure that PHP doesn't turn my non-progressive jpegs to pjepgs on upload? Using the code below, if I upload a non-progressive jpeg, PHP tells me that the file uploaded successfully, and the file is of type pjpeg. How can I avoid this problem?