Hello
Here Very small errors are found in file upload.
You can find the code for file uploading from theinternet but you can make some mistake.
I Willoberserve you. mostlly mistake in file upload.
1)
when you use input type file then you must write enctype="multipart/form-data"it's recuired otherwise it can not upload file or get issue or error in file upload code.
Here Very small errors are found in file upload.
You can find the code for file uploading from the
I Will
1) in form html enctype="multipart/form-data"
<form action="" method="post" enctype="multipart/form-data">
Select image to upload:
<input type="file" name="fileToUpload " id="fileToUpload "/>
<input type="submit" value="Upload Image" name="submit"/>
</form >
2) just check file_uploads = On in your php.ini file.
0 komentar:
Post a Comment