You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: en/extras/ajaxupload/index.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,7 @@ description: "Dynamic files form upload via Ajax"
5
5
6
6
## What is AjaxUpload?
7
7
8
-
With this snippet an upload button for uploading multiple files with progress-bar is generated. Works well in FF3.6+, Safari4+, Chrome and falls back to hidden iframe based upload in other browsers, providing good user experience everywhere.
9
-
10
-
All uploaded images and generated thumbnails are given random filenames to avoid hotlinking uploaded not published fullsize images. Automatic thumbnail generation for uploaded jpeg, png and gif files. Other uploaded files will get a generic icon.
11
-
12
-
With two Formit hooks the upload queue could be pre filled from Formit field value and saved into Formit field value.
8
+
AjaxUpload is an extra package for MODx Revolution. It displays an upload area with [pqinoa/filepond](https://github.com/pqina/filepond) for uploading multiple files. The upload queue can be filled and saved by Formit hooks. The uploaded files can be attached to the FormIt mails and deleted after the form submission.
0 commit comments