Forms & file upload

  • Thread starter Thread starter Frank
  • Start date Start date
F

Frank

I am building a web site and I am setting up a form for
customers to upload files. When I "insert" form command
many of the options are available but the file upload is
grayed out and unavailable. Thinking I have a conflict
somewhere I have even open a new page and started from
scratch but no luck. anyone have any suggestions? Thanks
 
Only available in your online web in FP2002 running the FP2002 SE and if your host allows it

--



| I am building a web site and I am setting up a form for
| customers to upload files. When I "insert" form command
| many of the options are available but the file upload is
| grayed out and unavailable. Thinking I have a conflict
| somewhere I have even open a new page and started from
| scratch but no luck. anyone have any suggestions? Thanks
 
As long as you can write a server-side program using ASP, ASP.Net, CGI, or
what-have-you, you can still use a File Upload field in a form, but you have
to know how to do it. If FrontPage won't allow you to make one, you can do
it yourself, but again, you have to know what you're doing, as File Upload
forms use a different encoding type than regular forms, and must be handled
differently on the server.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
 
Back
Top