Hi all,
 
Using CFMX7 on Win2003.  I have a java applet embedded in a CF page
(page1.cfm) (using object/embed tags) which performs a file upload.  Upon
successful upload (no errors thrown), I redirect to a second CF page
(page2.cfm) to perform additional routines on the FORM vars which should be
passed.  However, no vars are being passed (the cfdump shows nothing).  I
suspect that the session is being dropped, so that the java applet doesn't
know where to return the form vars to.  In the java applet I can set the
form action = "page2.cfm?sesID=#SESSION.sessionID#".  However, on page2.cfm,
how do I retrieve the correct sessionID, so I can get at the form vars?
 
Thanks,
Mark
 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240757
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to