Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML 5 - download and run/execute a file

Does HTML 5 provide a way to run or execute a downloaded file? I've read about the File API to download files but haven't seen mention of how to execute it. It's probably frowned upon due to security concerns, but sometimes there's good reason to do this. To mitigate security issues, signed files could be required as a consideration for future enhancements of HTML5.

like image 543
pmont Avatar asked Jan 23 '26 23:01

pmont


1 Answers

No, there is no way to download and automatically execute a file with HTML5.

like image 56
Pablo Santa Cruz Avatar answered Jan 25 '26 13:01

Pablo Santa Cruz