Re: [PHP] Help debugging a file upload on IIS
- From: brian@xxxxxxxxxxxxxxxx (Brian Dunning)
- Date: Mon, 29 Dec 2008 13:29:56 -0800
The one thing I was doing was:
move_uploaded_file($_FILES['upload_file']['tmp_name'], $new_path);
but nothing was happening, no new file appearing where it was supposed to, and no error returned, left me scratching my head. (Later the same script logs the upload to MySQL using data from $_FILES and that part works fine.)
On Dec 29, 2008, at 12:43 PM, Ashley Sheridan wrote:
Sorry, that's a silly question, ignore that. As far as I'm aware, IIS
removes the files once the script has run it's course; so unless you're
doing something with the file in your code, you won't really see it.
.
- Follow-Ups:
- Re: [PHP] Help debugging a file upload on IIS
- From: Ashley Sheridan
- Re: [PHP] Help debugging a file upload on IIS
- References:
- Help debugging a file upload on IIS
- From: Brian Dunning
- Re: [PHP] Help debugging a file upload on IIS
- From: Ashley Sheridan
- Re: [PHP] Help debugging a file upload on IIS
- From: Ashley Sheridan
- Help debugging a file upload on IIS
- Prev by Date: POSIX 1003.1-2001 gethostname(2)
- Next by Date: running python in php timeout
- Previous by thread: Re: [PHP] Help debugging a file upload on IIS
- Next by thread: Re: [PHP] Help debugging a file upload on IIS
- Index(es):