You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 5, 2024. It is now read-only.
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 :)
`
The text was updated successfully, but these errors were encountered:
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 -
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 :)
`
The text was updated successfully, but these errors were encountered: