This question is locked. New answers and comments are not allowed.
Recently our RadUploader stopped working.
When calling
Can you give me any hints about what might be causing it and how can I fix it?
Thank you in advance,
Mihai
When calling
base.GetFilePath(fileName)
the following error is thrown:
The given path's format is not supportedpublic override string GetFilePath(string fileName)
{
this.path=base.GetFilePath(fileName);
return this.path;
}
Can you give me any hints about what might be causing it and how can I fix it?
Thank you in advance,
Mihai