Dear silverstripe team,
i have an urgent project that i have to upload videos to my server but i need to extend the UPloadField at the frontend with progressbar so users can see the progress. I tried to integrate the code from backend with some ajax and javascripts but not successful.
class AdvancedUploadField extends UploadField {
}
It would be really grateful if someone can give me an example of this . Thanks