Forms - VB Session identifier
Posted: Thu Aug 19, 2010 5:39 am
Hi,
I'm using a simple form to create a password protected login for JFileUpload. I was able to follow the directions to get JFileUpload working with process.aspx but came across "server error HTTP/1.1 302 Found". After doing some research I found out that I need to set
<PARAM NAME="url" VALUE="http://server.com/script.jsp;jsessionid=ABC123">
<PARAM NAME="forward" VALUE="http://server.com/page.jsp;jsessionid=ABC123">
in the applet_http_aspx.js file
. I tried doing
document.write('url="http://idr/idr/process.aspx?User.Identi ... myUserName" ')
but that doesn't seem to be working.
Can someone point me into the right direction?
I'm using a simple form to create a password protected login for JFileUpload. I was able to follow the directions to get JFileUpload working with process.aspx but came across "server error HTTP/1.1 302 Found". After doing some research I found out that I need to set
<PARAM NAME="url" VALUE="http://server.com/script.jsp;jsessionid=ABC123">
<PARAM NAME="forward" VALUE="http://server.com/page.jsp;jsessionid=ABC123">
in the applet_http_aspx.js file
document.write('url="http://idr/idr/process.aspx?User.Identi ... myUserName" ')
but that doesn't seem to be working.
Can someone point me into the right direction?