Hi, I am trying to implement DropZoneJS into an existing form on a lucee website, anyone having a example code of the server code for the upload.cfm (or whatever filename) triggered by the DropZoneJS script?
Also, wouldn’t it be great to have such functionality in lucee?
I’d assume they both are pretty much identical, if you use script syntax, the only difference being that <cffile action="uploadall"> saves all files in the request’s form scope out to the target directory.
FileUpload being equivalent to <cffile action="upload"> or file action="upload"
You mean the DropZoneJS documentation? If so, I could indeed provide them a simple example on how to implement it on Lucee, right now it’s not available as an serverside example on their page.
No, I just mean if the Lucee documentation you looked at didn’t answer your question in terms of how to solve the problem in terms cfml, could it be improved?
Ah ok, no in fact my question and this thread was only about how to connect DropZoneJS to Lucee serverside, so that’s nothing to mention in the Lucee docs, thanks again!