|
|
@@ -213,6 +213,7 @@ namespace B2Uploader
|
|
213
|
213
|
static string getValidFilename(string input)
|
|
214
|
214
|
{
|
|
215
|
215
|
string fileName = input.Replace('\\', '/');
|
|
|
216
|
+ fileName = fileName.Replace(' ', '_');
|
|
216
|
217
|
if (fileName.StartsWith("/"))
|
|
217
|
218
|
{
|
|
218
|
219
|
fileName = fileName.Substring(1);
|