jh3141 / cordova-plugin-httpserver-dynamic

A plugin for Apache Cordova that runs a web server that is able to serve dynamic content.
5 stars 2 forks source link

Serve Files on IOS & Android #2

Open captainreptile opened 6 years ago

captainreptile commented 6 years ago

Hello, In my app i need to serve files for download using http server and count the times file was downloaded.

Is it possible to serve files? and when will you release the IOS?

Best

BodoMinea commented 2 years ago

This fork seems to be implementing this functionality https://github.com/shangzhenyang/cordova-plugin-httpserver-dynamic Check out the documentation for instructions. Install with cordova plugin add 'https://github.com/shangzhenyang/cordova-plugin-httpserver-dynamic' or clone and install locally.