Re: [PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Terion Miller
> > The chmod in the script just ensures that the file you uploaded is given > the correct permissions. Turn on all errors and warnings for the script > so you can see where the problem is. > > > Ash > www.ashleysheridan.co.uk > > Thanks everyone, I figured it out, it was the directory permissions

Re: [PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Ashley Sheridan
On Mon, 2009-03-30 at 12:47 -0500, Terion Miller wrote: > On Mon, Mar 30, 2009 at 1:11 PM, Ashley Sheridan > wrote: > > > On Mon, 2009-03-30 at 11:44 -0500, Terion Miller wrote: > > > I have this script that is no longer working to upload files, it goes > > thru > > > the motions and says the file

Re: [PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Terion Miller
On Mon, Mar 30, 2009 at 1:11 PM, Ashley Sheridan wrote: > On Mon, 2009-03-30 at 11:44 -0500, Terion Miller wrote: > > I have this script that is no longer working to upload files, it goes > thru > > the motions and says the file is uploaded but then there is NO file in > the > > ArtWork folder

Re: [PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Bastien Koert
2009/3/30 Terion Miller > I have this script that is no longer working to upload files, it goes thru > the motions and says the file is uploaded but then there is NO file in the > ArtWork folder > > any ideas? >if ($_FILES) { >for ($x=0; $x < 15; $x++) { >if (is_upload

Re: [PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Ashley Sheridan
On Mon, 2009-03-30 at 11:44 -0500, Terion Miller wrote: > I have this script that is no longer working to upload files, it goes thru > the motions and says the file is uploaded but then there is NO file in the > ArtWork folder > > any ideas? > if ($_FILES) { > for ($x=0; $x < 15; $

[PHP] Help figuring out an uploading script problem...

2009-03-30 Thread Terion Miller
I have this script that is no longer working to upload files, it goes thru the motions and says the file is uploaded but then there is NO file in the ArtWork folder any ideas? if ($_FILES) { for ($x=0; $x < 15; $x++) { if (is_uploaded_file ($_FILES['Artwork']['tmp_name'