Methods inside django_aws_doc_manager/main/views/view.py
document(request):
- Provides option for user to download or preview the file by specifying in the get request.
upload(request):
- Supported drag and drop multiple files for uploading.
- Allowed users to rename the file before uploading.
pull_file_metadata(request):
- Pulled and parsed file metadata to provide fraud analysis
- Users are able to pull information like creator, file creation date, producer, file modification date, etc.