|
Page Edited :
SM :
7.10. Intermediate - Testing the application
7.10. Intermediate - Testing the application has been edited by Lars Heinemann (Dec 12, 2007). Content:Testing the applicationWe now have to write the upload form to test our application. Creating the html upload formWe will now create the upload form in the projects root folder. uploader.html <html> <head> <title>Uploader</title> </head> <body> <h2>File Uploader</h2> <form action="" class="code-quote">"http://localhost:8192/upload/" method="post" enctype="multipart/form-data"> Select file: <input type="file" id="file" name="file"></input> <br /><br /> <input type="submit"></input> </form> </body> </html>
|
Powered by
Atlassian Confluence
(Version: 2.2.9 Build:#527 Sep 07, 2006)
-
Bug/feature request
Unsubscribe or edit your notifications preferences
Unsubscribe or edit your notifications preferences
