>
> 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
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
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
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
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; $
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'
6 matches
Mail list logo