Skip to content

Commit

Permalink
Updated Dropzone framework to 5.3.0 / enable dynamic substitution str…
Browse files Browse the repository at this point in the history
…ings for table or collection name / removed parallel uploads option / changed client side waiting to server side waiting after file gets uploaded, removed waiting attribute, general improvements of js and pl/sql code

fixes #31
  • Loading branch information
Daniel Hochleitner committed Jan 1, 2018
1 parent ca2c3a5 commit 013caa6
Show file tree
Hide file tree
Showing 11 changed files with 6,213 additions and 3,823 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ https://apex.oracle.com/pls/apex/f?p=APEXPLUGIN

## Changelog

#### 2.2.0 - Updated Dropzone framework to 5.3.0 / enable dynamic substitution strings for table or collection name / removed parallel uploads option / changed client side waiting to server side waiting after file gets uploaded, removed waiting attribute, general improvements of js and pl/sql code

#### 2.1.0 - Added client side image resizing (before sending to server) / Added configurable chunk size of chunked file uploads

#### 2.0.4 - Added much more detailed Total Upload Progress
Expand Down Expand Up @@ -155,17 +157,11 @@ The plugin settings are highly customizable and you can change:

- Maximum number of allowed files that can be uploaded at once.

- **Parallel Uploads**

- Number of parallel Upload Streams to the server. Choose a value between 1 and 2. **1 works most reliable!**

- **Accepted File Types**

- If you only want that users can upload Files of declared types. Valid values: comma separated list of Mime-Types (with Wildcard support) or File endings: image/\*,application/pdf,.psd

- **Wait Time (ms)**

- Wait time between several uploaded files in milliseconds.

- **Clickable**

Expand Down
2 changes: 1 addition & 1 deletion apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dropzone",
"version": "2.1.0",
"version": "2.2.0",
"description": "Dropzone is a region type plugin that allows you to provide nice looking drag’n’drop file uploads.",
"keywords": ["dropzone", "drag", "drop", "file", "upload", "multi", "multiple"],
"homepage": "https://github.com/Dani3lSun/apex-plugin-dropzone",
Expand Down
2 changes: 1 addition & 1 deletion server/css/apexdropzone.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
APEX Dropzone CSS
Author: Daniel Hochleitner
Version: 2.0.3
Version: 2.2.0
*/

.dz-message {
Expand Down
Empty file modified server/css/dropzone.css
100755 → 100644
Empty file.
Empty file modified server/css/dropzone.min.css
100755 → 100644
Empty file.
Loading

0 comments on commit 013caa6

Please sign in to comment.