Need web page to allow upload of PDF’s only and then forward them to an email address
20 pts.
0
Q:
Need web page to allow upload of PDF's only and then forward them to an email address
Client wants to allow users (the public) to enter a little information (name, email address, etc.) on the web and then attach/upload a file.

I would like the text and the file to then be forwarded to an email address rather than simply doing a Submit to my Domino application (if attacked I would like the mailbox to take the hit instead of the web application).

Also, need to restrict the file type to PDFs and limit the size to under 10 Mb.

I am fairly advanced using LotusScript but have minimal skills with Javascript.
Thanks for you help
ASKED: May 25 2006  2:31 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
0 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
What kind of server will be hosting the web application? JavaScript runs on the client's computer, and it can't process scripts on your server. Have you thought about using a server side script such as ASP or PHP? Both server side technologies allow for uploading and emailing from a web application.
Last Answered: May 26 2006  11:28 AM GMT by stephen09   0 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



0