> I am currently using an HTML form  with an <INPUT
> type="FILE" ...> field.
> However, for auditing purposes, I need to restrict
> where users are allowed to 
> upload FROM as well as TO.
> The HTML form offers a browse button that can roam
> around the entire 
> filesystem and I can see no way of restricting this.

Browsing the filesystem with browse button is true,
but for the client side. You canīt browse server
filesystem using this method. So - why not to use it,
itīs working and is easy and currently working for
you. You should only write some code for access
control and authorization.

Greetings

Piotr

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to