Closed
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
When we want to use the file both on the web and the normal file in the project, we face problems in Parse projects.
For this reason, I suggest to merge ParseWebFile
and ParseFile
together.
Feature / Enhancement Description
I suggest using XFile
to solve this problem. With this function, we support both normal File
and Uint8List
.
Example Use Case
n/a
Alternatives / Workarounds
There is no use of both types of files in Parse when we register the file.