Android Question Can't load File with Space

Sytek

Active Member
Licensed User
Longtime User
Hello Everyone, When my client uploads a File (with spaces in the File Name) to the server and then try to Download that File to the Device the app crashes.
When I remove the space from the File Name and upload it to my server and then Download it with the Device the app works just fine.

Eg: spiderman 001.jpg When the Device Downloads this File the app crashes.
spiderman001.jpg When the Device Downloads this one the the app Does not crash.

What Can I Do to Solve this Issue?

Thank's in advance!
Regards!
 

DonManfred

Expert
Licensed User
Longtime User
What Can I Do to Solve this Issue?
Without seeing your code and to know what you have done and how it is nearly impossible to help.
Post you code to upload- download
Post the error-message from the log when the app crashes
 
Upvote 0
Top