Menu

jUpload -> Plans to convert to FireFox AddOn ?

MarcoCzen
2016-06-25
2016-07-17
  • MarcoCzen

    MarcoCzen - 2016-06-25

    Etienne,

    1. Just wondering if there ae any plans to make jupload into something like a firefox add-on. All this talk about Firefox shutting down support for plugins by the end of 2016 has me concerned.
    2. Is it possible to have better documentation ( like the php samples ) on how to use jupload.jnlp ?
      The code at http://jupload.sourceforge.net/howto-use.html#As_a_JNLP_link .. are we suppose to put that snippet into a html or php page ? Sorry if this is a dumb question. I am not a java guy.

    <?xml version="1.0" encoding="utf-8"?>
    <jnlp spec="1.0+" codebase="http://jupload.sourceforge.net/" href="jupload.jnlp">
    <information>
    JUpload
    <vendor>JUpload</vendor>
    <homepage href="http://jupload.sourceforge.net/"/>
    <description>
    JUpload takes care of the limitation posed by traditional HTML upload forms by allowing you to upload a
    whole directory and the files within it with a single click. All information is available on the JUpload site.
    </description>
    </information>
    <security>
    <all-permissions/>
    </security>
    <resources>
    <j2se version="1.7+"/>
    <jar href="wjhk.jupload.jar"/>
    </resources>
    <applet-desc name="JUpload Demo" main-class="wjhk.jupload2.JUploadApplet" width="640" height="400">
    <param name="postURL" value="upload_dummy.html"/>

    </applet-desc>
    </jnlp>

    Maybe something like at http://jupload.sourceforge.net/applet-basic.html ?

     

    Last edit: MarcoCzen 2016-06-25
  • Etienne

    Etienne - 2016-07-06

    Hi,

    I didn't check about Firefox add-on. I guess it would be a good idea!

    About JNLP, you can :
    right-click on the menu, and select "Save the target of the link as". You'll see the JNLP file.
    Copy/Paste the sample XML in the link you'

    You're just supposed to create a jnlp file (say, jupload.jnlp), and provide a hyperlink toward this file. When trying to load this file, the navigator will understand it is a JNLP, anw will start Java.

    Etienne

     
    • MarcoCzen

      MarcoCzen - 2016-07-08

      Thnaks Etienne - will try.
      Hope the firefox add-on becomes a reality.
      Is there a PayPal DOnate link here somewhere ?

       
      • MarcoCzen

        MarcoCzen - 2016-07-09

        Ooppsss . there is a button on the top right ...

         
  • MarcoCzen

    MarcoCzen - 2016-07-09

    Is there an English interface ? Its in French now...

     
  • Etienne

    Etienne - 2016-07-17

    Hi

    Which interface is in French ?

     

Log in to post a comment.