[PHP] Still no solution...can anyone help?

2001-09-19 Thread Michael O'Neal
Hi, I'm creating a PHP/MySQL photo gallery app and I'm having problem with my edit page. I want the user to be able to change any of the fields in the record. In this case there are two text fields, and two file fields where they can browse to replace the images that are currently in the

Re: [PHP] Still no solution...can anyone help?

2001-09-19 Thread Anton Stroganov
library, and want your users to be able to add pics. hope this helps. a. - Original Message - From: Michael O'Neal [EMAIL PROTECTED] To: Php-General@Lists. Php. Net [EMAIL PROTECTED] Sent: Wednesday, September 19, 2001 08:34 Subject: [PHP] Still no solution...can anyone help? Hi, I'm

Re: [PHP] Still no solution...can anyone help?

2001-09-19 Thread Anton Stroganov
Oh, I'm sorry, I thought you were having users choose from already uploaded files, not uploading their own. To answer this question, you can either a. code the image resizing script, creating the thumbnail dynamically and leaving one field to users, to upload the large image. or b. change your