Click here to Skip to main content
15,880,796 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all,

i want to implement webfm.jar (file uploader) from jumploader in asp.net application.
i have created handler in asp.net application but its not working.
Error: Unexpected Error


Any suggestion or help?
Posted
Comments
TorstenH. 11-Jul-11 4:42am    
that's an unexpected question...

We would need more infos - some code, some debug-output - simply something to work with.

EDIT: this is a follow up to http://www.codeproject.com/Questions/220784/how-to-use-jumploader-webfm
Jagz W 11-Jul-11 7:25am    
ok below is the code
<applet name="webfm"
code="jmaster.webfm.app.WebFMApplet"
archive="webfm.jar"
width="800"
height="500">
<param name="properties" value="
|httpMessenger.url=handler.php
"/>
</applet>

You can download jar file from below link

http://jumploader.com/_test/webfm/webfm.jar
TorstenH. 11-Jul-11 9:09am    
good joke. How much do you pay for an hour debugging?

1 solution

Unless you are very lucky, you will not find anyone here who can help. We might be good at general Java issues but unfortunately it's a bit much to ask us to download the utility to help you.

Try asking on the jump loader forum[^] as these people know the product.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900