Home
Hello, The link to the web site seems to have disapear from sourceforge. Check the JNLP stuff there : http://jupload.sourceforge.net/ Etienne
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 ...
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.
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 ?
Thanks Geoff ... But I am still hoping that Etienne revives this ...
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,...
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...
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
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...
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...
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...
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...
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 ...
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
Hi ... Is the project still alive ? Anybody knows etienne_sf's plans ? This is a great software ....
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
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
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
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...
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...
Please don't cross-post in two forums. I answered in the 'Help' one.
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
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...
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...
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.
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.
Hello everyone! I was kinda confused where to put my question so I think i previously...
Hello everyone! I was kinda confused where to put my question so I think i previously...
jupload tomcat
Hi Which interface is in French ?
Is there an English interface ? Its in French now...
Ooppsss . there is a button on the top right ...
Thnaks Etienne - will try. Hope the firefox add-on becomes a reality. Is there a...
Hum, I'll check that. But it's quite a specific issue. I understand it works before....
Hi, I didn't check about Firefox add-on. I guess it would be a good idea! About JNLP,...
Etienne, Just wondering if there ae any plans to make jupload into something like...
Etienne, Just wondering if there ae any plans to make jupload into something like...
Site updated, to add JNLP documentation and sample
Thank you so much for posting this info. I have been fighting an issue where my employer's...
Failures at recursive uploads
Thank you so much for posting this info. I have been fighting an issue where my employer's...
Was fixed a long time ago
HTTPS via Proxy
transparent PNG to JPG conversion issue
Max Length of Exceptions in alert
Was fixed a long time ago
NoClassDefFoundError
java.util.ConcurrentModificationException
If you have biggest chunk size, you'll have quicked uploads. But more risk to have...
Optimum chunkSize
Already fixed in 6.0.2 release
jUpload statistics
"Remove all" does not work in tree view mode
Release 6.0.3 fixed it
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag jupload-6.0.3
[maven-release-plugin] prepare release jupload-...
Preparation before release of the 6.0.3
The only clue here is to move to Firefox, Internet Explorer or something else.. True...
I have no solution here... Perhaps Oracle will develop a java plugin based on PPAPI...
I have no solution here... Perhaps Oracle will develop a java plugin based on PPAPI...
Right :( Now corrected. I'm building the relevant release, 6.0.2. It will be available...
[minor] Some more debug information will be ava...
Hello Etienne, Thank you very much for the help & the wonderful Jupload control....
Hello, I could not reproduce that issue with jdk 1.8.0_25. Can you try these steps:...
JUnit tests now corrected
[Minor] bug 79: "Remove all" does not work in t...
Sorry Jude for the delay. I'm working on this one.
Polite Reminder
Did anyone resolved the above issue. we are getting the same issue while using the...
Could not reproduce the bug. Can you post the full debug output
.classpath seems to not be generated anymore by...
.classpath seems to not be generated anymore by...
updated eclipse conf
Chrome ends support for Java
.project must be in SVN, for proper eclipse int...
Removal of eclipse specific files
Removal of eclipse specific files
Removal of eclipse specific files
"Remove all" does not work in tree view mode
jUpload statistics
Patrick Swaz
[maven-release-plugin] prepare for next develop...
[maven-release-plugin] copy for tag jupload-6.0.2
[maven-release-plugin] prepare release jupload-...
[Major] Corrected a 6.0.0 regression. Selecting...
Patrick Swaz