Skip to content
Snippets Groups Projects
Commit f052e48a authored by bx khateri's avatar bx khateri
Browse files

todo

parent d6b89627
Branches
Tags
No related merge requests found
...@@ -48,6 +48,7 @@ if (isset($_FILES["profile_image"]["name"])) { ...@@ -48,6 +48,7 @@ if (isset($_FILES["profile_image"]["name"])) {
$profileImageTmpName = $_FILES["profile_image"]["tmp_name"]; $profileImageTmpName = $_FILES["profile_image"]["tmp_name"];
$fileSize = $_FILES["profile_image"]["size"]; $fileSize = $_FILES["profile_image"]["size"];
$fileError = $_FILES["profile_image"]["error"]; $fileError = $_FILES["profile_image"]["error"];
// todo : file type
} }
if (isset($_POST['password'])) { if (isset($_POST['password'])) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment