brandonsavage / Upload

File uploads with validation and storage strategies
MIT License
1.67k stars 315 forks source link

cant build the project in any way #89

Open adi319 opened 8 years ago

adi319 commented 8 years ago

hi,

I tried to put up this project with the composer but always get the same error after pressing "Upload file" at the index that i created and get the error -

( ! ) Fatal error: Class 'Upload\Storage\FileSystem' not found in C:\wamp\www\Upload\up.php on line 5

when up.php is the action of the form - (copy-paste from the Readme).

I triead to add "namespace Upload" at up.php - Does not work.

I triead to change the path at the line $storage =new/Upload/Storage/FileSystem('/path/to/directory'); - Does not work.

please help! thanks :)

`

caroseuk commented 8 years ago

Im seeing the same issues in my logs too:

PHP Fatal error: Class 'Upload\FileSystem' not found in /Applications/MAMP/htdocs/upload/Upload/src/test.php on line 2

Any ideas?

matthewtrask commented 8 years ago

The library seems dead. Ive forked it and will start updating the library to take care of these issues.

thehack8 commented 7 years ago

No update on this?