Upload icon indicating copy to clipboard operation
Upload copied to clipboard

Fatal error: Uncaught Error: Class 'Upload\Storage\FileSystem' not found

Open yongloon opened this issue 8 years ago • 1 comments

How to fix this error? I had installed composer and library... but facing this issue...

yongloon avatar Oct 20 '16 08:10 yongloon

Install with composer! -> composer require codeguy/upload example:

require 'autoload.php';

and use!

arthusu avatar Nov 14 '16 01:11 arthusu