Skip to:
When using S3, files that are uploaded for processing then deleted get saved to AWS.
Add the ability to choose to upload to temp location
`ftLocation` is used by s3upload / azureupload plugins
<cfproperty name="processFile"type="string" default="" ftseq="10"ftType="file" ftDestination="/import/" ftAllowedFileExtensions="xls,xlsx" ftLocation="temp"ftLabel="Import File"/>
Pull Request Submittedhttps://github.com/farcrycore/core/pull/84
When using S3, files that are uploaded for processing then deleted get saved to AWS.
Add the ability to choose to upload to temp location
`ftLocation` is used by s3upload / azureupload plugins
<cfproperty name="processFile"
type="string" default="" ftseq="10"
ftType="file" ftDestination="/import/" ftAllowedFileExtensions="xls,xlsx"
ftLocation="temp"
ftLabel="Import File"
/>