Skip to content

Implemented resumable uploads

Compare
Choose a tag to compare
@Drexel2k Drexel2k released this 14 May 07:12

New features

  • Upload process can now be stopped.
  • On upload errors the program is not terminated anymore, but continues with the next upload.
  • Interrupted uploads, if interrupted by upload errors or by the user, can now be continued.
  • Uploads can now be deleted filter based. If the status filter is set to finished no confirmation will occur, but on all other statuses a confirmation window will open.
  • If the Publish At checkbox is checked, Visibility will be set to private. If Visibility is set to anything but private, the Publish At checkbox will be unchecked.
  • The thumbnail browser of an upload will now open on the folder of the set thumbnail, on the folder of the template's thumbnail folder or on the folder of the template's root folder (in this order on the first available).
  • Folder or file paths which are set via a Browse buttons can now be removed by a small Minus button in front of the Browse button.
  • When all uploads are finished, the taskbar icons will switch simply to yellow instead of the progress animation.

Bugfixes.

  • Setting the Publish At date works now also on the last day of a month.
  • An upload doesn't fail anymore if there are any non ASCII characters in the file name. Non ASCII characters are now filtered out before setting the original file name in the upload process.