SDK |
Documentation |
Use HTML FORM to Simulate ListenUpThis HTML FORM simulates the action of the ListenUp Applet. It uploads a files the same way that ListenUp does. You can use it to debug your server scripts independent of the ListenUp Applet. Just modify the "action" URL in this page to point to your own server script. Please fill in form and hit the "Send File" button. The POSTed information will be processed by a PHP script. Note that you can use any language you wish to receive the posted file: ASP, JSP, Perl, whatever. Note that the file is sent using the name "userfile". Your script should look for a file variable by that name. Here is the code for the FORM that you can copy and paste into your own page. |