Skip to content

NazminJuli/Python_file_upload_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Python_file_upload_API

Flask-based RESTFUL web service to upload files on the remote server with multiple files post requests.

Required web server configuration file web. config has been attached there.

scriptProcessor is the crucial path location for fastcgi to bridge between python and server.

add key="WSGI_HANDLER" value="something.app" is the name of the specific API.

add key="PYTHONPATH" value="C:\inetpub\wwwroot\somesitename" is the name of the site created by the server

About

This is an example of multiple file upload API based on the FLASK framework. The web. config has been attached here, which was published on IIS server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages