Hi,
How are you saving the file?
If you're concatenating the FileName property of the UploadFile
control remember that the FileName property contains the full path of
the user's file.
I do have a simple upload control in my site, take a look and, perhaps
it would serve you better.
Regards,
Paulo Santos
http://pjondevelopment.50webs.com
> (I posted this previously in the wrong NG.)
>
[quoted text clipped - 14 lines]
>
> -Darrel
Darrel - 06 Dec 2007 18:23 GMT
> How are you saving the file?
myimage.SaveAs(savePath & filename)
> I do have a simple upload control in my site, take a look and, perhaps
> it would serve you better.
Thanks. To clarify, however, my script works just fine. On *my* server. It's
only only on the client's server that it does not work.
-Darrel