Quote:
Originally Posted by vlad59
@wikiped
If your solution had been fully in PHP I would certainly have merged it after a quick review, but using a perl script bugs me (heavier maintenance, harder to explain to average Joe user, ...).
|
Thanks for your reply.
The perl stuff can easily be done in PHP with
https://www.dropbox.com/developers/core/sdks/php
All the script does is getting a file via the Dropbox API and delivering it to the client.
Using the API removes the need for putting ebook files in a "Public" dropbox folder. The approach might be useful with other cloud providers.
Alex