This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Hi,guys,Have you submit your resume as attachment in the website?Do you know how it works?Can java do such work?
-deepyellow(DeepYellow);
2001-3-7
(#31124@0)
-
HTML tag is enough for handling this task. No Java here.I cannon remember the exact tag syntax. It seems to read
as follows:
&\lt input type =file . &\gt
This is a field in a form. It is essentally the web browser that provides
functionality to attach the file to your HTTP request.
Please check the HTML reference.
-jabber(jabber);
2001-3-7
{277}
(#31169@0)
-
so, where has the file gone after that?
-deepyellow(DeepYellow);
2001-3-8
(#31261@0)
-
Hi, DeepYellow. Here is the sample code
-jabber(jabber);
2001-3-8
{534}
(#31278@0)
-
Dear Jabber,You're so kind to answer my question and provide me sample code.Thanks you.But I still wonder what will be done by the web developer after the file uploaded to the server.Can you tell me?
-deepyellow(DeepYellow);
2001-3-8
(#31355@0)
-
My web programming is limited using Java Servlets and/or JSP. So....
-jabber(jabber);
2001-3-8
{725}
(#31408@0)
-
If you are with Microsoft camp, check " Posting acceptor" from MSDN
-wonton_soup(Wonton Soup);
2001-3-8
(#31411@0)