-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FBReader download with wrong filename #520
Comments
In the fbreader help I found: To download from COPS (Calibre OPDS Php Server) using OPDS connect to COPS from FBreader with the url: http://<local_IP>/cops/feed.php |
Yes, I know. But fetch.php is managing the download, not feed.php, and the download is ignoring the Content-Disposition in the header. Is that a FBReader issue ? |
I installed FBReader (latest version) on MacOS. In COPS I have in config_local.php: $config['cops_use_url_rewriting'] = "0" Where does it go wrong for you? |
But then I can only download when using the browser to access files and not view them. In the meantime I edited my config_local, so set the cops_use_url_rewriting to 0 when the client identifies as FBReader and 1 if else. |
@Kuzorra22 |
Hello and a Happy Christmas !
I am using COPS in combination with FBReader. $config['cops_use_url_rewriting'] = "1" is set and when I download a book on my PC or Chrome on my Android mobile, it is downloaded with the correct filename. When I download the same book in FBReader it is downloaded as "fetch.php?....".
What am I doing wrong ?
YOS,
Kuzorra
The text was updated successfully, but these errors were encountered: