JUpload History --------------- + new feature * changed/fixed - removed/deprecated v0.86 (currently in development) * fixed: problem with hyperlinks in response windw: use a ") * improved: each file has a new POST variable uploadedFile0_lastModified, which provied the last modification date of the file as UNIX-Timestamp (seconds since 1 Jan 1970) v0.84 (2005-02-12) + feature: stop upload + param: regexFileFilter (a filename filter based on regular expressions) + param: convertImagesToFormat (convert images to another format before upload, e.g. jpg to save bandwidth) + param: resizeImageMaxWidth/resizeImageMaxHeight (resize images before upload to save bandwidth) + param: removeBorders (hide some borders around the applet) + param: showErrorsOnAdd (set to false to hide error messages) + feature: clipboard can paste files, not only images + param: thumbWidth/thumbHeight for thumbnail-size in file queue list + example: for csASPUpload component * improved: JavaScript Add-Listener can return an error message, which will prevent the file from being queued * improved: JavaScript Add-Listener gets information about the file currently being added (name, paths, size etc.) * improved: performance issues (caching of file list elements) * improved: no instant md5 hashing any more, but while upload is in progress. (this speeds up the user interface while adding files) + fixed: relative paths with drag'n'drop and virtual files * fixed: relative pathnames (once again, for Desktop folders) * fixed: problems with IIS/ASP not sending back information * fixed: system icons included in filechooser and file queue * fixed: updating stats on file remove * fixed: help window/about window is now centered on screen - removed: parameter debugLogfile (the logfile did not show sufficient information) v0.80 (2004-12-11) + feature: md5 hashes of files are generated in background (with very large files, it can take some time right before the upload) + feature: add clipboard image to upload queue (via context menu or javascript button) + feature/param: "captureScreen" (add screen capture to upload queue via context menu or javascript button) + param: "alwaysAcceptCertificates" (TLS certificate accept dialog can be switched off, certifcates will always be accepted (param tag alwaysAcceptCertificates)) + param: "dimensionFilter" (boolean expression for accepting images with specified widths/heights) + param: "filechooserPreviewChecked" (pre-configure state of picture preview in filechooser) + param: "filechooserPreviewQuality" (set rescale quality in picture preview in filechooser) + param: "replaceDocument" (replace active html document with the document sent by the server's upload handler (e.g. jupload.php)) + param: "disableContextMenu" (disables the right mouse click menu) + param: "PUTFragmentSize" (set the packet size of PUT uploads, tested with 1GB) + param: "autoselectLastFile" (automatically select the last added file) + param: "autoGZipCompression" (uses compression to transfer files) * improved: warning/errors while adding files to queue are summarized now. (a single dialog instead of many for each file) * improved: TLS certificates are cached (only in the same session) * improved: handling of realtime response cursor position * improved: files added in background thread * improved: delete selected files with DEL key from file queue * fixed: button state change improved (buttons are now notified of list changes, rather than programatically) * fixed: PUT method (now does not always require to fragment) * misc: updated manual (german and english) * misc: some minor bugfixes, code reformatting, javadoc updated * i18n: portugese language file from Waldyr Alves, Brasil v0.79 (2004-08-27) + param "overwriteContentType" (will use content-type for path transmission, deprecated, use form field instead) + param "usePresetAuthentification" (use with 'username:password' base64 encoded) * fixed authentification problem * fixed content type problem v0.78 (2004-08-22) + param "useAbsolutePaths" (instead of relative path names) + param "showSystemIcons" (instead of thumbnails in queue) + param "preventDoubles" prevents duplicate files in queue + param "preventRecursion" does not allow recursion + param "showFilePaths" shows file paths in queue + param "lookAndFeelClass" (external class name of lnf manager) + param "PUTQueryString" (use to add a query string to a PUT handler) * a lot of bugs fixed (like reloading problem) v0.75 (2004-02-07) + new param "targetFrame" to set a target frame for the completeURL + some new javascript functions + new plugin "SimpleFileChooser" + new plugin "FiletypeChooser" + new plugin "FolderChooser" + new plugin "ImagePreview" + new plugin "ProgressMeter" + new example for ASP by hans-petter + new examples by helmet for dhtml + new example for plugins + english manual documentation * some more fixes in the https code * replaced apache software by self coded classes (smaller) v0.74 (2004-01-29) + new param "showThumbnails" to enable/disable thumbnail generation in file queue * default of showThumbnails is now false (until image cache is fixed) * changed default actionURL and completeURL to new site jupload.biz * changed new email address and site names to jupload.biz + preparations for upcoming plugin feature --- old changelog --- # 0.73 - 2004-01-27 image previewing in file queue added parameter useProxy to disable usage of proxy manually progress bars fits hide buttons while uploading began plugin-extension development # 0.72 - 2003-12-15 changed handling of JavaScript form field evaluation fixed bug in checkResponse (response wasn't ignored if configured to do so) # 0.71 - 2003-12-03 fixed some bugs switched development to linux # 0.70 - 2003-11-08 fixed 'Stream ended unexpectedly' with using form fields compressed archive down to 128kb (that makes it faster for modem users) # 0.69 - 2003-10-17 many improvements added javascript support (with callback functions) added real time server response (shown in lower left corner) actionURL and errorURL can be relative URLs now buttons can be set to hidden status panel on the right side can be made invisible some bugfixes (see forum for details) support for Drag-n-Drop (drop files from explorer into JUpload) # 0.68 - 2003-09-28 file chooser memorizes last directory new feature errorURL new feature showServerResponse new feature maxFilesPerRequest fixed bugs with transfer encoding fixed misc. bugs refactored source code improved splitpane a little bit # 0.66 - 2003-09-17 fixed bug with older version of php fixed bug with filefilter and recursive directory upload # 0.65 - 2003-09-15 changed gui: filepath is trimmed (tooltip shows full pathname) new feature: image preview zoom with mouse wheel new param fixJakartaBug to use multipart/mixed instead of multipart/form-data for Tomcat server with jakarta-commons-fil$ # 0.63 - 2003-09-10 new param customFileFilter new param maxFreeSpaceOnServer bugfixes on put method using proxies main window now splitted # 0.60 - 2003-09-04 now support HTTP PUT with upload resuming (!) some bugfixes contributed by forum users # 0.52 - 2003-08-30 bugfixes new parameter defaultAddDirectory # 0.51 - 2003-08-29 bugfixes # 0.50 - 2003-08-28 changed everything. really. over 80% of the code was rewritten. see readme for new features and new bugs. connection is not handled by browser any more. now using great Apache Software # 0.46 - 2003-08-25 added support for an image (e.g. logo) added two new switches (checkResponse, showSuccessDialog) bugfix for IIS Added Secure Socket Layer support (HTTPS) Added PROXY support (browser-settings) removed parameter authentificate (browser will handle it) # 0.44 - 2003-08-21 reactived completeURL feature. added support for error response messages from server-side script (HTTP status codes) changed tagnames (removed brackets [] from tag name, so ASP can use them) # 0.43 - 2003-08-19 added new feature: now support basic www authentification (htaccess secured folders) # 0.421 - 2003-08-18 nullpointerexception bugfix when empty query string # 0.42 - 2003-08-16 query-string bugfix # 0.4 - 2003-08-08 added multiple simultaneous uploads, added parameter for label translations # 0.3 - 2003-07-25 added completeURL parameter (where to go after complete upload) # 0.2 - 2003-07-11 checks for old java versions, runs with Swing # 0.1 - 2003-06-10 works under development system, proof-of-concept, no download available