Upload & Information Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created an ASP page that allows the user to upload a picture and type
in their name, descriptions, etc. Problem comes when the user presses submit
and the file remains unsent to the webserver. Is there a solution?
 
You can not use the FP upload component in a page that have an extensions other than .htm or .html
or you have to use a ASP upload component.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Does FP a setting where it will allow me to use the FP upload component along
with text items?
 
What do you mean by "Text items"?

If you are talking about uploading data entered in form field at the same time you upload a file,
not unless you are writing it to a text file, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
So basically i wont be able to upload data in an mdb access database and
upload a file at the same time correct?
 
Thanks for your responses. Is it possible to only include the file name in
the fields when we upload images and files rather than the full img tags ?
 
You really need to use a ASP File Upload component, such as http://www.ASPUpload.com

What do you mean by full image tags?

When you upload a file, the file is written to directory that you have specified on the server, the
file is not stored in the database, which can be done, but is not recommended.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Back
Top