Alexhoward Posted January 12, 2009 Share Posted January 12, 2009 Hi Guys, I'd like a nice javascript image upload on my site, and came across Jumploader. However i thought they would have made the documentation a bit better to follow... in terms of actually helping you out! I've got the front end on my page, with the tree and the thumbnails, however i have no idea how to save them onto my server, or to place the directory saved to in to MySQL... Has anyone ever used this successfully..? the documentation's here: http://www.jumploader.com/documentation.html and my script as it is: <applet name="jumpLoaderApplet" code="jmaster.jumploader.app.JumpLoaderApplet.class" archive="jumploader_z.jar" width="798" height="600" mayscript> <param name="uc_uploadUrl" value="../uploadHandler"/> <param name="vc_disableLocalFileSystem" value="false"/> <param name="vc_mainViewFileTreeViewVisible" value="true"/> <param name="vc_mainViewFilelistViewVisible" value="true"/> </applet> I just don't get it... Any help would be much appreciated! Thanks in Advance Add Some Music http://www.addsomemusic.co.uk Quote Link to comment https://forums.phpfreaks.com/topic/140589-jumploader-really-stuck/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.