Re: [PHP] Quickform Image validation

2003-11-03 Thread Ian P. Christian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 03 November 2003 6:54 pm, Pablo Goose wrote: > Hi Ian. If you're trying to access an uploaded file then you have to > use the $_FILES array. > > How is that you had hoped to access this information from outside the > $_FILES array? It seems

[PHP] Quickform Image validation

2003-11-03 Thread Ian P. Christian
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm using the following class for a form with an image in, but I need to use a function to validate that an image was uploaded with the correct type and that it's not too large. I don't seem to be able to access the information about the file from wit