[embarrassment]
Thanks all. Of course it was a dumb thing I was doing. I didn't give
the absolute path when "moving" the uploaded file. I got it to work
though!
[/embarrassment]
~Philip
On Oct 28, 2004, at 9:40 PM, Robby Russell wrote:
On Thu, 2004-10-28 at 19:04 -0500, Philip Thompson wrote:
On Thu, 2004-10-28 at 19:04 -0500, Philip Thompson wrote:
> On Oct 26, 2004, at 7:06 AM, Jason Wong wrote:
>
> > On Tuesday 26 October 2004 03:45, Philip Thompson wrote:
> >
> >> I have a form to upload a file from a user's computer to the server. I
> >> want to then modify the file, and then let
On Thu, 28 Oct 2004 19:04:27 -0500, Philip Thompson <[EMAIL PROTECTED]> wrote:
> > manual > Handling file uploads
> >
> > to see how it all works.
>
> Yeah, that was not useful at all.
That's how the rest of us learned. The examples on the page is pretty
clear to me.
> That's what I originall
On Oct 26, 2004, at 7:06 AM, Jason Wong wrote:
On Tuesday 26 October 2004 03:45, Philip Thompson wrote:
I have a form to upload a file from a user's computer to the server. I
want to then modify the file, and then let the user save it back.
However, I am having troubles opening the file. It says it
On Tuesday 26 October 2004 03:45, Philip Thompson wrote:
> I have a form to upload a file from a user's computer to the server. I
> want to then modify the file, and then let the user save it back.
> However, I am having troubles opening the file. It says it doesn't
> exist. Any suggestions?
>
> -
Hi all.
I have a form to upload a file from a user's computer to the server. I
want to then modify the file, and then let the user save it back.
However, I am having troubles opening the file. It says it doesn't
exist. Any suggestions?
---
if (is_uploaded_file($_FILES['userfile']['name']))
6 matches
Mail list logo