SDK |
Test POST Method on Server |
Use .Net's HttpPostedFile to Handle an Uploaded FileThis HTML FORM simulates the action of the ListenUp Applet. It sends information and a file to the server an HTML POST. Please select a small file on your hard drive and hit the "Send File" button. After upload, the status line in the form will be updated, and if successful the POSTed information will be echoed by a script. The file will not be saved on your server. If you get a 405 Error then your web server is not configured correctly. Please enable the POST method for your web server. Consult your web server documentation for instructions. [Test Home] [Previous] [Next]
|