Posted by Andy Hassall on 10/12/06 17:55
On Thu, 12 Oct 2006 17:38:36 +0100, Andrew Fenyo <A.J.Fenyo@kent.ac.uk> wrote:
>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.
PHP can't do this, since the selection is client-side.
Neither is there anything in HTML or even Javascript that would do it.
You'd need to run something else on the client side to do it (which would be
offtopic here) such as Java or Flash.
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
[Back to original message]
|