OutSystems Exercises

File Upload

Click to choose a file
#IDFile NameExtensionFile SizeDownloadDelete
Requirement

What needs to be done

Development hint: Store the file in an Entity with a Binary Data attribute, plus FileName, Extension and FileSize attributes. The Upload widget gives you the binary and the filename. Use a Create action on Upload, a Download action to serve the binary, and a Delete action after confirmation.