This document is part of the documentation of user control Uploadify
When migrating to Version 2.0 you will find the following improvements:
-
Better help for error detection.
-
New events triggered (please take a look at the documentation for further information)
-
New event triggered when a file is selected.
-
New event triggered when multiple files are selected.
-
New event triggered when upload is canceled.
-
New event triggered when an error occurs.
-
New "Start" method to perform the upload in two steps (first select the files and then perform the upload)
-
New event triggered when all files were uploaded.
-
More information can be obtained from a file, such as extension, modification, creation date and size.
The migration is not automatic, you must perform the following steps.
Java users only:
Now, control dependencies (.jar files) are included as a File datatype into the KB so they are automatically copied to the relevant folder.
Jar files are automatically copied to the "drivers" Java model folder, GeneXus automatically copies its contents to the lib folder of your web application in the servlets server.
In some cases, GeneXus does not make such copy and you have to do it manually. If this is the case, build the application and then copy the contents of this folder into the lib folder.
|