NM-TAFE / dip-programming-prj-advanced-gui-awesome

Creative Commons Zero v1.0 Universal
0 stars 5 forks source link

Delete video from Video Save Path #56

Closed josutcliffe closed 2 weeks ago

josutcliffe commented 3 weeks ago

Using the Delete button on a video listed on the Homepage removes the video from the user's view but does not delete the actual video from the user's Video Save Path.

Researching online, this cannot be performed with JavaScript, and requires a server side solution/script, as noted here: https://stackoverflow.com/questions/19721621/how-to-delete-file-from-folder-using-javascript

MasterAirscrachDev commented 2 weeks ago

this is an issue but its to do with the backend and as such javascript isnt applicable here.