Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

SetFileContent() #165

Open
TarunRKaushik opened this issue Jun 9, 2019 · 2 comments
Open

SetFileContent() #165

TarunRKaushik opened this issue Jun 9, 2019 · 2 comments

Comments

@TarunRKaushik
Copy link

When working in a server environment where the file is not present in server, but sent from a client, SetFileContent cannot be used without writing the file to the server file system. Can be easily resolved by adding a file parameter to SetFileContent()

@panchipanchi
Copy link

you can add file object to .content property, make sure it has read,seek, and tell methods

@TarunRKaushik
Copy link
Author

#166
I've submitted a pr which i think solves this. Could you check it out?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants