File upload limitations

F

Fuzz Martin

(I had posted this in programming, then realized through
reading that this is probably more of a "client" issue.)

I have set up a file upload page in fp2002 using the
Microsoft Knowledge Base white page article # 288328.
It's working perfectly, but I need it to work less
perfectly:

Is there a way to limit the type of file that a user can
upload to my directory. I only want my clients to be able
to upload their mp2, mp3 and .ogg files. I need to protect
myself from malicious files, but limiting the file size
won't work because the good files are generally large.
(radio commercials)

Thank you,
Fuzz Martin
 
J

Jim Buyens

FrontPage doesn't have a capability of this kind. You
would have to write your own file upload page in ASP,
ASP.NET, or some other server-side environment.

In the case of ASP, you'll also need a suitable ActiveX
control installed on the Web server. Most hosts provide
one of these; check the host's support page for
information and documentation.

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*========----------
|\=========------------
|| Microsoft Office FrontPage 2003 Inside Out
|| Microsoft FrontPage Version 2002 Inside Out
|| Web Database Development Step by Step .NET Edition
|| Troubleshooting Microsoft FrontPage 2002
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/=========------------
*========----------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top