Posted by Jerry Stuckle on 10/13/06 12:21
Andrew Fenyo wrote:
> Hi all,
>
> I have a situation where users need to upload a set of 5 files. The
> file names are fixed, but the local source directory is not. (The
> destination folder varies between individuals.)
>
> I cannot see the way to adapt the standard file uploading code to deal
> with this, so suggestions would be appreciated.
>
> Andrew
In addition to what Andy said about the code - you can get rid of all of
your non-php code. All you're doing is redirecting to another page; you
don't need any output here.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|