-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add method returning client provided file path
UploadedFile class has a property containing temporary path of the uploaded file, which is inaccessible outside of the class. But there is a need of accessing this property outside of the class, when for example you must upload the uploaded file directly to the cloud(e.g. Amazon S3 bucket) without saving it to your local file system. So a getter method is created returning the value of this property.
- Loading branch information
1 parent
5b19133
commit 346854b
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters