Megaupload-J 0.40

July 27, 2005

The first new version of Mega Upload since last October has just been released. It is version 0.40 of the java edition. As you can tell by the version number the Java edition has seen more neglect than the others. This new release fixes an annoying but trivial bug. More importantly it has some code improvements that will make MegaUpload easier to integrate into your code.

These changes revolve around the version of Mega Upload that is built on the commons handler. Progress monitors for JSPUpload and Struts remain unchanged.

Bug Fix:

In an HTML form based file upload, it is possible to combine text and other fields with file data. The CommonServlet which handles the upload insisted on treating all these fields equally when they should be treated differently. The addition of a simple check now ensures that the servlet behaves as it should.
if(fi.isFormField())
{
     continue;
}

Other Changes:

From version 0.30 onwards The JSP that produced the progress bar was replaced by a user contributed version. While this JSP provided additional functionality, it's mixing of code and html made it unreadable. This JSP has now been reformatted to separate the code and the HTML as much as possible. The styles have been extracted and placed in a separate file.

Posted by raditha at July 27, 2005 4:38 AM
Your Ad Here

 

Jabber  |  Linux  |  mySQL  |  PHP  |  Java  |  Site Map  |  Wiki

Downloads  |  About  |  Links  |  Contact  |  Home

 

Copyright © Raditha Dissanayake 2003 - 2007

Terms of Use  |  Privacy

 

 

July 2005
Sun Mon Tue Wed Thu Fri Sat
          1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31