please i need a reply my sceipt is actualy working, but if i upload a file bigger than 2mb it will just create the random folder but the file ill not be inside need ur help .email me omoh50@gmail.com
@TheMooz3 You're so welcome :) To your information - you uses "bits" the most in internet speeds. If you got 8mbit connection, then you download with approx. 1MB/sec. So a simple math, is to get the bits, and divide it with 8 to get the kb. You can also do this vice versa, by just multiplying it with 8.
@LordSindoreShadowind Pretty sure you figured out what it was, just for future reference who reads this:
Undifined index is a variable that hasen't set yet, wich means it could not find the contents of the $_FILES variable. To fix this, you need to make sure that the $_FILES variables have been posted.
please i need a reply my sceipt is actualy working, but if i upload a file bigger than 2mb it will just create the random folder but the file ill not be inside need ur help .email me omoh50@gmail.com
omoh50 1 month ago
PHP Notice: Undefined index: submitbutton in C:\xampp\htdocs\index.php on line 15 PHP Stack trace: PHP 1. {main}() C:\xampp\htdocs\index.php:0
MrGuyToco 3 months ago
@TheMooz3 You're so welcome :) To your information - you uses "bits" the most in internet speeds. If you got 8mbit connection, then you download with approx. 1MB/sec. So a simple math, is to get the bits, and divide it with 8 to get the kb. You can also do this vice versa, by just multiplying it with 8.
duerdum9 4 months ago
@duerdum9 Thank you!
TheMooz3 4 months ago
@TheMooz3 1 byte is 8 bit.
duerdum9 4 months ago
A byte is 4 bits? I don't eve...
TheMooz3 4 months ago
Hi there. I keep getting the rror saying "you diid not select a file"
teambdeb 5 months ago
i am getting error plz help me out
vnaveen89 5 months ago
I've made a uploading script aswell. Give me chance and take a look. You won't regret?
EpicSoftworks 8 months ago
@LordSindoreShadowind Pretty sure you figured out what it was, just for future reference who reads this:
Undifined index is a variable that hasen't set yet, wich means it could not find the contents of the $_FILES variable. To fix this, you need to make sure that the $_FILES variables have been posted.
EpicSoftworks 8 months ago