I want t make a PHP site that Show size of file without being uploaded actually i want to show the size of file that the clint want to upload Try code in PHP and Javascript
Asked
Active
Viewed 39 times
0
-
PHP cannot know anything about the file before you upload it to the server. You need JS to implement this functionality. – Harun Yilmaz Oct 17 '20 at 12:02
-
"I want t make a PHP site that Show size of file without being uploaded" - This can not happen – Alon Eitan Oct 17 '20 at 12:02
-
Use the JavaScript on the front end – Ace Oct 17 '20 at 12:06