Activity for File Upload Applet

  • Etienne Etienne modified a wiki page

    Home

  • Etienne Etienne posted a comment on discussion Help

    Hello, The link to the web site seems to have disapear from sourceforge. Check the JNLP stuff there : http://jupload.sourceforge.net/ Etienne

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    64 MB only ? For images files thats ok. Per file. FOr me jupload's has been its chunking ability and allowing hundreds of files to be uploaded. Largest file that i have uploaded with jupload was a video file of about 30GB - a few of them. And image files - maybe about 2000+ with each about 5-10 Mb ...

  • Geoff Geoff posted a comment on discussion Help

    If you are looking to regularly upload large files (and in this context I interpret 'large' to be > 64MB) then HTTP is not the right protocol to be using. It wasn't designed for it. You should use FTP, which was specifically designed to allow for large files, and also allows resumed transfers etc. It also avoids php size limits/timeouts/etc. It's not hard to develop a simple server-side listener which could be polled to provide the real-time upload status back to a website.

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    This link https://stackoverflow.com/questions/864570/very-large-uploads-with-php makes the case for why we need jupload ? No good solution out there ?

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    Thanks Geoff ... But I am still hoping that Etienne revives this ...

  • Geoff Geoff posted a comment on discussion Help

    Now that most browsers are HTML5 there's less need for this applet, if all you are doing is uploading images/video files. File uploading is built in to modern browsers, and there are plenty of Javascript libraries which will upload files from your custom web pages. I used this applet for many years (thanks Etienne ;) ) but have now switched to using plupload (www.plupload.com) which works well and is easy to customise the 'look and feel'. It allows hundreds of files, runs in chunked mode, uses drag'n'drop,...

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    Hi .. I created a daemon mode, that allows to start an upload from the navigator. Hehehe ... I actually dont know what the navigator is ... You are giving me too much credit ? But HTML 5 and high speed internet connexions make the use of this projet less useful I dont know of any other browser type plugin or applet that can do what jupload does reliably. But HTML 5 and high speed internet connexions make the use of this projet less useful. HTML5 uploads have still limitations right ? Its with jupload...

  • Etienne Etienne posted a comment on discussion Help

    Yes exactly. The soft in this projet can be reused and embedded into a specific code, for instance. I created a daemon mode, that allows to start an upload from the navigator. But HTML 5 and high speed internet connexions make the use of this projet less useful. So, again, I guess that, if you started looking at jupload, you perhaps was thinking about something, there ? Etienne

  • MarcoCzen MarcoCzen modified a comment on discussion Help

    Background Info ( If this is what etienne is referring to ... ) - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8202161 - https://www.oracle.com/technetwork/java/javase/javaclientroadmapupdate2018mar-4414431.pdf Excerpts ( I did not know these points specifically ) : During the past five years, most browser vendors have withdrawn support for plugins such as Flash, Silverlight, and Java in their products. Supporting Java Applets in browsers was only possible as long as browser vendors were...

  • MarcoCzen MarcoCzen modified a comment on discussion Help

    Background Info ( If this is what etienne is referring to ... ) - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8202161 - https://www.oracle.com/technetwork/java/javase/javaclientroadmapupdate2018mar-4414431.pdf Excerpts ( I did not know these points specifically ) : During the past five years, most browser vendors have withdrawn support for plugins such as Flash, Silverlight, and Java in their products. Supporting Java Applets in browsers was only possible as long as browser vendors were...

  • MarcoCzen MarcoCzen modified a comment on discussion Help

    Background Info ( If this is what etienne is referring to ... ) - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8202161 - https://www.oracle.com/technetwork/java/javase/javaclientroadmapupdate2018mar-4414431.pdf Excerpts ( I did not know these point specifically ) : During the past five years, most browser vendors have withdrawn support for plugins such as Flash, Silverlight, and Java in their products. Supporting Java Applets in browsers was only possible as long as browser vendors were committed...

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    Background Info ( If this is what etienne is referring to ... ) - https://bugs.java.com/bugdatabase/view_bug.do?bug_id=8202161 - https://www.oracle.com/technetwork/java/javase/javaclientroadmapupdate2018mar-4414431.pdf Excerpts ( I did not know these point specifically ) : During the past five years, most browser vendors have withdrawn support for plugins such as Flash, Silverlight, and Java in their products. Supporting Java Applets in browsers was only possible as long as browser vendors were committed...

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    Etienne, I am way way below your power level to be giving any suggestions i think .... If you are Iron Man ... I could be the Coffee Boy .... Hehehehe .... But no mistake about it... juploader is a powerhouse software ...

  • Etienne Etienne posted a comment on discussion Help

    Hello Marco, Thanks for the comment : I spent time on it and it's nice to see that some people like it! :) But as applet don't work any more in navigator, I stopped maintaining it. What are you thinking about, on this subject ? Etienne

  • MarcoCzen MarcoCzen posted a comment on discussion Help

    Hi ... Is the project still alive ? Anybody knows etienne_sf's plans ? This is a great software ....

  • Damian Benavides Damian Benavides posted a comment on discussion Help

    Hello Etienne, thanks for your time and work. I will try to check both options and I will be tell you new updates. Regards. Damian

  • Etienne Etienne posted a comment on discussion Help

    Hum, It would be a real update to the applet, and I'm not so sure that it will properly work. The easiest way would be that you put the PHPSESSID as a parameter in the postURL parameter. So the session Id would be sent backto the server as a GET parameter. Otherwise, it would be possible to put a GET parameter containing the cookie header to back send to the server when posting the data toward the server. But this needs some java skill : this part of the code is a quite technical one. Etienne

  • Etienne Etienne posted a comment on discussion Help

    Hum, I took a look at this. But I have to rethink about that. And as java security is higher, now, I have to recreate a certificate. So I don't have an answer yet, but I'll dig into it. Etienne

  • Damian Benavides Damian Benavides posted a comment on discussion Help

    Hi, it's me again. I tried compare both options with a old firefox version where I can execute the applet and also the JNLP, I found these differences Applet log debug. [INFO] JUploadApplet is now initialized. 00061 22:38:50.578 thread applet-wjhk.jupload2.JUploadApplet-1 [DEBUG] Cookie read from the navigator: PHPSESSID=57969p2eocmrmk2pdtfv8k5rq1 00062 22:38:50.630 thread applet-wjhk.jupload2.JUploadApplet-1 [DEBUG] userAgent read from the navigator: Mozilla/5.0 (X11; Linux x86_64; rv:40.0) Gecko/20100101...

  • Damian Benavides Damian Benavides posted a comment on discussion Help

    Hi Etienne how are you? Sorry for write too late, Today I need use again the JUPLOAD Plugin and again I tried use the JNLP option but same the error happened. I use the PHP example from sourceforge, only add a new line with <a href="jupload.jnlp"> that contain this XML structure, when execute the JNLP link it works and open Java Web Start and show me the plugin but when I send some file always get the same error. 00164 20:24:42.493 FileUploadThreadHTTP [DEBUG] <!-- [DEBUG] [page_start] Entering function...

  • Etienne Etienne posted a comment on discussion Open Discussion

    Please don't cross-post in two forums. I answered in the 'Help' one.

  • Etienne Etienne posted a comment on discussion Help

    Hello Damian, I'm happy that people use it! :) What do you mean by see PHPSESSID not more? You mean that something changed within the applet? Or that this due to the use of JNLP? Can you give more info about your use case? Etienne

  • Damian Benavides Damian Benavides posted a comment on discussion Help

    Hello Guys. Thanks fot this awesome plugin, I already used it into a several projects with applet emmbed, but now I try use with JNLP XML file and get the error Invalid session (in afterupload, POST, check of size). I am use Webdeveloper tools and see PHPSESSID not more. Something about debug... 00058 19:39:02.153 wjhk.jupload2.JUploadApplet [DEBUG] Mime types list loaded Ok (/conf/mimetypes.properties) 00059 19:39:02.154 wjhk.jupload2.JUploadApplet [DEBUG] End of DefaultJUploadContext.init() 00060...

  • Damian Benavides Damian Benavides modified a comment on discussion Open Discussion

    Hello Guys. Thanks fot this awesome plugin, I already used it into a several projects with applet emmbed, but now I try use with JNLP XML file and get the error Invalid session (in afterupload, POST, check of size). I am use Webdeveloper tools and see PHPSESSID not more. Something about debug... 00058 19:39:02.153 wjhk.jupload2.JUploadApplet [DEBUG] Mime types list loaded Ok (/conf/mimetypes.properties) 00059 19:39:02.154 wjhk.jupload2.JUploadApplet [DEBUG] End of DefaultJUploadContext.init() 00060...

  • Damian Benavides Damian Benavides modified a comment on discussion Open Discussion

    Hello Guys. Thanks fot this awesome plugin, I already used it into a several projects with applet emmbed, but now I try use with JNLP XML file and get the error Invalid session (in afterupload, POST, check of size). I am use Webdeveloper tools and see PHPSESSID not more. Thanks for your advices.

  • Damian Benavides Damian Benavides posted a comment on discussion Open Discussion

    Hello Guys. Thanks fot this awesome plugin, I already used into a several projects with applet emmbed, but now I try use with JNLP XML file and get the error Invalid session (in afterupload, POST, check of size). I am use Webdeveloper tools and see PHPSESSID not more. Thanks for your advices.

  • Azat Usmanov Azat Usmanov modified a comment on discussion Help

    Hello everyone! I was kinda confused where to put my question so I think i previously...

  • Azat Usmanov Azat Usmanov posted a comment on discussion Help

    Hello everyone! I was kinda confused where to put my question so I think i previously...

  • Anonymous created ticket #40

    jupload tomcat

  • Etienne Etienne posted a comment on discussion Open Discussion

    Hi Which interface is in French ?

  • MarcoCzen MarcoCzen posted a comment on discussion Open Discussion

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

  • MarcoCzen MarcoCzen posted a comment on discussion Open Discussion

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

  • MarcoCzen MarcoCzen posted a comment on discussion Open Discussion

    Thnaks Etienne - will try. Hope the firefox add-on becomes a reality. Is there a...

  • Etienne Etienne posted a comment on ticket #39

    Hum, I'll check that. But it's quite a specific issue. I understand it works before....

  • Etienne Etienne posted a comment on discussion Open Discussion

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

  • MarcoCzen MarcoCzen modified a comment on discussion Open Discussion

    Etienne, Just wondering if there ae any plans to make jupload into something like...

  • MarcoCzen MarcoCzen posted a comment on discussion Open Discussion

    Etienne, Just wondering if there ae any plans to make jupload into something like...

  • Etienne Etienne committed [r1760]

    Site updated, to add JNLP documentation and sample

  • Anonymous posted a comment on ticket #33

    Thank you so much for posting this info. I have been fighting an issue where my employer's...

  • Anonymous created ticket #39

    Failures at recursive uploads

  • Anonymous posted a comment on ticket #33

    Thank you so much for posting this info. I have been fighting an issue where my employer's...

  • Etienne Etienne posted a comment on ticket #45

    Was fixed a long time ago

  • Etienne Etienne modified ticket #45

    HTTPS via Proxy

  • Etienne Etienne modified ticket #53

    transparent PNG to JPG conversion issue

  • Etienne Etienne modified ticket #55

    Max Length of Exceptions in alert

  • Etienne Etienne posted a comment on ticket #55

    Was fixed a long time ago

  • Etienne Etienne modified ticket #70

    NoClassDefFoundError

  • Etienne Etienne modified ticket #68

    java.util.ConcurrentModificationException

  • Etienne Etienne posted a comment on ticket #75

    If you have biggest chunk size, you'll have quicked uploads. But more risk to have...

  • Etienne Etienne modified ticket #75

    Optimum chunkSize

  • Etienne Etienne posted a comment on ticket #78

    Already fixed in 6.0.2 release

  • Etienne Etienne modified ticket #78

    jUpload statistics

  • Etienne Etienne modified ticket #79

    "Remove all" does not work in tree view mode

  • Etienne Etienne posted a comment on ticket #79

    Release 6.0.3 fixed it

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.3/jupload-6.0.3.jar.md5

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.3/README.txt

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.3/jupload-6.0.3-src-6.0.3.zip

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.3/jupload-6.0.3-src-6.0.3.zip.md5

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.3/jupload-6.0.3.jar

  • Etienne Etienne committed [r1759]

    [maven-release-plugin] prepare for next develop...

  • Etienne Etienne committed [r1758]

    [maven-release-plugin] copy for tag jupload-6.0.3

  • Etienne Etienne committed [r1757]

    [maven-release-plugin] prepare release jupload-...

  • Etienne Etienne committed [r1756]

    Preparation before release of the 6.0.3

  • Geoff Geoff posted a comment on ticket #38

    The only clue here is to move to Firefox, Internet Explorer or something else.. True...

  • Etienne Etienne modified a comment on ticket #38

    I have no solution here... Perhaps Oracle will develop a java plugin based on PPAPI...

  • Etienne Etienne posted a comment on ticket #38

    I have no solution here... Perhaps Oracle will develop a java plugin based on PPAPI...

  • Anonymous posted a comment on ticket #37

    Right :( Now corrected. I'm building the relevant release, 6.0.2. It will be available...

  • Etienne Etienne committed [r1755]

    [minor] Some more debug information will be ava...

  • Jude Jude posted a comment on discussion Help

    Hello Etienne, Thank you very much for the help & the wonderful Jupload control....

  • Etienne Etienne posted a comment on discussion Help

    Hello, I could not reproduce that issue with jdk 1.8.0_25. Can you try these steps:...

  • Etienne Etienne committed [r1754]

    JUnit tests now corrected

  • Etienne Etienne committed [r1753]

    [Minor] bug 79: "Remove all" does not work in t...

  • Etienne Etienne posted a comment on discussion Help

    Sorry Jude for the delay. I'm working on this one.

  • Jude Jude posted a comment on discussion Help

    Polite Reminder

  • Jude Jude posted a comment on discussion Help

    Did anyone resolved the above issue. we are getting the same issue while using the...

  • Etienne Etienne posted a comment on ticket #78

    Could not reproduce the bug. Can you post the full debug output

  • Etienne Etienne committed [r1752]

    .classpath seems to not be generated anymore by...

  • Etienne Etienne committed [r1751]

    .classpath seems to not be generated anymore by...

  • Etienne Etienne committed [r1750]

    updated eclipse conf

  • Geoff Geoff created ticket #38

    Chrome ends support for Java

  • Etienne Etienne committed [r1749]

    .project must be in SVN, for proper eclipse int...

  • Etienne Etienne committed [r1748]

    Removal of eclipse specific files

  • Etienne Etienne committed [r1747]

    Removal of eclipse specific files

  • Etienne Etienne committed [r1746]

    Removal of eclipse specific files

  • Etienne Etienne created ticket #79

    "Remove all" does not work in tree view mode

  • Etienne Etienne created ticket #78

    jUpload statistics

  • Etienne Etienne modified ticket #37

    Patrick Swaz

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.2/README.txt

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.2/jupload-6.0.2.jar

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.2/jupload-6.0.2-src-6.0.2.zip

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.2/README[1].txt

  • Etienne Etienne committed [r1745]

    [maven-release-plugin] prepare for next develop...

  • Etienne Etienne committed [r1744]

    [maven-release-plugin] copy for tag jupload-6.0.2

  • Etienne Etienne committed [r1743]

    [maven-release-plugin] prepare release jupload-...

  • Etienne Etienne committed [r1742]

    [Major] Corrected a 6.0.0 regression. Selecting...

  • Anonymous created ticket #37

    Patrick Swaz

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.1/jupload-6.0.1-src-6.0.1.zip

  • File Upload Applet File Upload Applet released /jupload/JUpload 6.0.1/README.txt

1 >
MongoDB Logo MongoDB