I'm learning php at my home and trying to upload a simple .xls
and .jpeg file. But I din't get any thing on the uploading page where I
wrote simply one line code
<?php
echo $_FILE['file'][name'];
?>
But as I told It din't showing anything on my next page.
I'd checked my php.ini and there I din't make any changes
It's file_uploads = On and
upload_max_filesize = 2M
that is default.
Now,how would I solve my problem.
Can anyone help me out,please.