Computer Science, asked by leninrmpvl007, 1 month ago

File aplode
a) Write a PHP program to aplode given document of file​

Answers

Answered by chitrashri77
12

Answer:

PHP File Upload

Configure The "php.ini" File. First, ensure that PHP is configured to allow file uploads. ...

Check if File Already Exists. Now we can add some restrictions. ...

Limit File Size. The file input field in our HTML form above is named "fileToUpload". ...

Limit File Type. ...

Complete Upload File PHP Script.

Similar questions