File Handling

Introduction

Dynamo provides a mechanism for interacting with the file system. This functionality is exposed via EntityRepo's Infrastructure object.

File Handling

  • File Upload - This object allows you to upload a file to the web-server. You can tie a file to a particular user and the file will only be accessed by that user. It also provides the capability for manipulating temporary files which are automatically deleted after some time.

  • File Parser - This object makes provision for reading files. Currently files that can be parsed include; xlsx, xls, csv, jpg, png, jpeg, and bmp.

The FileUpload element internally calls the method