DropjoneJS implimentation in visualforce

I was working on a requirement of attaching the files to salesforce using DropZoneJS framework, I was not able to get any references for visualforce implementation. Hence I came up with a solution with few considerations.

Beta Package: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t28000000f4Pv

Considerations:

  • Browser Support: • Chrome 7+ • Firefox 4+ • IE 10+
  • UI related functionality is driven by DropzoneJS framework, however server side functionality is driven through plain javascript and AJAX(using connection.js - sforce object)


Comments