Skip to content

Lightning Components for Salesforce, for file uploads and attachments

License

Notifications You must be signed in to change notification settings

davescruggs/LightningFileUtilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Deprecating -- There are File Utilities as base components now, and this is 2017 style

File utilities for Salesforce Lightning. Currently for Salesforce Lightning Experience only.

Components

  1. File Attacher: Uploads the files on a related recordId as attachments. Currently drag and drop of multiple files only. Click to upload through the file chooser is still being worked on. Large file sizes not implemented yet.

This is all work in progress right now. Updated to support Winter 17 style <lightning:icon .../> tag use instead of SVG. (if you're on Summer 16 you'll want to use the svgIcon tag) So, in FileAttacher.cmp, roll

<lightning:icon iconName="utility:upload" size="large" alternativeText="Click to upload files"/>

back to

<c:svgIcon svgPath="/resource/WIN17SLDS/assets/icons/action-sprite/svg/symbols.svg#upload" category="action" size="small" name="upload" assistiveText="Drag files here to upload" class="slds-button__icon " />
Deploy to Salesforce

About

Lightning Components for Salesforce, for file uploads and attachments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published