File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -221,6 +221,9 @@ curl --location 'https://yourdomain.com/api/upload' \
221221- [ ] S3 Bucket integration (PhpFileUploading supports it, but not implemented yet in Uploady)
222222- [ ] File tagging system (In Progress)
223223- [ ] Short URL generation (In Progress)
224+ - [ ] File preview (PDF, video, audio players)
225+ - [ ] File comments/notes
226+ - [ ] Email file sharing
224227
225228## Contributing
226229
Original file line number Diff line number Diff line change 3939 }
4040
4141 $ userRole = $ role ->get ($ _SESSION ['user_role ' ]);
42- $ sizeLimit = $ userRole ->size_limit ?? '50 MB ' ;
42+ $ sizeLimit = $ userRole ->size_limit ?? '1 GB ' ;
4343
4444 $ userUploadDir = realpath ("../ " . UPLOAD_FOLDER ) . '/ ' . $ _SESSION ['user_id ' ];
4545 if (!is_dir ($ userUploadDir )) {
Original file line number Diff line number Diff line change 3939 $ fileId = UploadManager::createFileId ();
4040
4141 $ userRole = $ role ->get ($ _SESSION ['user_role ' ]);
42- $ sizeLimit = $ userRole ->size_limit ?? '50 MB ' ;
42+ $ sizeLimit = $ userRole ->size_limit ?? '1 GB ' ;
4343
4444 $ userUploadDir = realpath ("../ " . UPLOAD_FOLDER ) . '/ ' . $ userId ;
4545 if (!is_dir ($ userUploadDir )) {
You can’t perform that action at this time.
0 commit comments