Skip to content

A simple and effective file uploader with client-side validation, built using FastAPI and jQuery. Ensures only valid PDF files are accepted.

Notifications You must be signed in to change notification settings

soham901/better-pdf-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PDF Uploader with Validation

A simple and effective pdf uploader with validations, built using FastAPI and jQuery. Ensures only valid and non encrypted PDF files are accepted.

Installation

To install the required dependencies, run the following command:

pip install -r requirements.txt

Running the App

To start the FastAPI development server, use the following command:

fastapi dev

Opening the App

Once the server is running, you can access the file uploader by opening your web browser and navigating to:

http://localhost:8000

This will load the file uploader interface, where you can select and upload PDF files. The application will perform client-side validation to ensure the files are valid before allowing the upload to proceed.

About

A simple and effective file uploader with client-side validation, built using FastAPI and jQuery. Ensures only valid PDF files are accepted.

Topics

Resources

Stars

Watchers

Forks