Tag Archives: filename storing into database in fileupload

Simple File upload in PHP:storing file names in database

Step1: create a database called testlogin using phpmyadmin. Create a table using the following code execution through phpmyadmin query window

step2: create a folder called ‘fileupload’ and the following files under htdocs folder htdocs – fileupload step3:create a folder ‘storage’ under ‘fileupload’ folder- set permission 777 for storage folder htdocs – fileupload – storageā€¦ Read More »