Editor: Inline Editing with blueimp file upload
Editor: Inline Editing with blueimp file upload
tdk
Posts: 32Questions: 16Answers: 0
Hi Allan,
Is it possible to have a the inline editor use blueimp's dropzone capability so a user can drag a document over the "Upload" cell which in turn uploads the file?
| Heading 1 | Heading 2 | Heading 3 |
-----------------------------------------------
| Column1 | Column2 | Upload1 |
| Column1 | Column2 | Upload2 |
Regards,
Tim
This discussion has been closed.
Answers
Yes that should be quite possible, although the integration for it would need to be written.
There are two ways it could work:
Worth keeping in mind that the
upload
field type that is built in supports drop and drag upload as well, which would make option 1 above fairly trivial.Allan
Allan, I didn't think the upload field worked with inline editing?