PHP get actual maximum upload size
echo ini_get("upload_max_filesize");
(int)ini_get("upload_max_filesize")*1024 will convert it to kbs
PHP get actual maximum upload size
echo ini_get("upload_max_filesize");
(int)ini_get("upload_max_filesize")*1024 will convert it to kbs
Leave a Reply
You must be logged in to post a comment.