File upload error

0
Hi I got this error while uploading the file to my application. Caused by: java.lang.RuntimeException: LocalFileSystemStore:: File does not exist for key:   Could anyone please help out with the possible causes for the exception.
asked
1 answers
0

Are you sure the file on the local fileSystem exists? It looks like your logic is trying to get a file ID that is not there.

answered