Hi, I want to know if there is a way to download a large video in the background? Instead of waiting

No description
4 Replies
zaidpirwani
zaidpirwani4mo ago
downloading or uploading ?? you need to have some mechanism such that once file is uploaded, you generate a thumbnail and show that instead of the video int he forms etc, except where actual playback is needed - when playback is needed, handle that by VideoJS or other similar libraries - dont use FileUpload component for video playback
Abdulrhman Reda
Abdulrhman RedaOP4mo ago
Sorry uploading when file bond upload in background
Dhru
Dhru4mo ago
No way to do it natively with the built in file upload component. AFAIK. What you can do is override the component and set up some new behaviour. (Probably will need to set up chunked uploads of some sort and then have each app / panel page check in and continue the upload etc )
zaidpirwani
zaidpirwani4mo ago
we recently have been experimenting with overriding the fileuploadcomponent in filament, it uses FilePond for file uploading and CropperJS for image editing - the changes we needed, required us to modify filepond and cropperjs code as well and we had to include those as a requirement in our project and then build them as well - its been a ride, we still dont understand it fully and very new for us.

Did you find this page helpful?