Upload & Information Form

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?
 
T

Thomas A. Rowe

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.
==============================================
 
G

Guest

Does FP a setting where it will allow me to use the FP upload component along
with text items?
 
T

Thomas A. Rowe

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.
==============================================
 
G

Guest

So basically i wont be able to upload data in an mdb access database and
upload a file at the same time correct?
 
G

Guest

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 ?
 
T

Thomas A. Rowe

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.
==============================================
 

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