NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on March 04, 2009, 03:58:30 AM

Title: How to limit the file upload extension and size
Post by: Alberto on March 04, 2009, 03:58:30 AM
Hi,
In a form with a File Upload...
Where and how can I limit the file extension and the max filesize the user can upload?

Thanks
Alberto
Title: Re: How to limit the file upload extension and size
Post by: Bruce on March 04, 2009, 09:20:33 AM
you can't. The browser "file upload" functionality does not support that.

of course after the file arrives you can throw it away if it's too big.

Cheers
Bruce