You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to download file from server, but it is downloaded without EOL symbols (initial file has EOL symbols - '\n'), I obtain file with one continuous string.
How can I download files with EOL characters?
The text was updated successfully, but these errors were encountered:
@Radren: just seen the issue and it is closed already... did you find a solution?
Is there something we can add (in documentation, in API, ...) to make things clear about this question?
In other words, how can we improve django-downloadview for the next ones who come with the same question?
sorry Im noob in programming. In my txt files I use '\n' character to mark end of line. When I download file by django-downloadview it does not understand '\n' EOL character. I change it to '\r\n' and it starts work.
May be it will be userfull for someone else to say explicite in documentation that EOL is '\r\n'.
Вторник, 31 марта 2015, 6:57 -07:00 от Benoît Bryon [email protected]:
@Radren : just seen the issue and it is closed already... did you find a solution?
Is there something we can add (in documentation, in API, ...) to make things clear about this question?
In other words, how can we improve django-downloadview for the next ones who come with the same question?
—
Reply to this email directly or view it on GitHub .
Trying to download file from server, but it is downloaded without EOL symbols (initial file has EOL symbols - '\n'), I obtain file with one continuous string.
How can I download files with EOL characters?
The text was updated successfully, but these errors were encountered: