/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
/*
Made by [egyJs.com](https://www.instagram.com/egyjs/);
*/
install it on your localhost and try it :
| <?php | |
| function html_table($data = array()) | |
| { | |
| $rows = array(); | |
| foreach ($data as $row) { | |
| $cells = array(); | |
| foreach ($row as $cell) { | |
| $cells[] = "<td>{$cell}</td>"; | |
| } |
| <!doctype html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Upload File using jQuery.ajax() with progress support</title> | |
| </head> | |
| <body> | |
| <input type="file" name="file" id="sel-file"/> |