I created an upload system with php .But the input of files doesn't send any data from SOME files(more than 1MB or 2MB).Why?
<form method="post" enctype="multipart/form-data"><input name="userfile" type="file" /></form>
(I don't wanna upload the files.I just want to save the NAME of the files into database)
<form method="post" enctype="multipart/form-data"><input name="userfile" type="file" /></form>
(I don't wanna upload the files.I just want to save the NAME of the files into database)