JasonDFR
10-28-2008, 09:25 AM
I need to design way for users to submit files to our website.
I was planning on allowing file uploads, validating the file that was uploaded using PHP, and storing the relevent information inside a database, while placing the file in an uploads directory outside of the web root or on an FTP server.
My boss (a finance guy, not an IT guy) just told me that he wants "our computer" to "take the file" from the users computer instead of the user sending the file to us.
He says this will avoid a hacker developing a "routine" that sends us 1000's of files.
I have no idea how to do this and my first reaction is that it makes no sense or difference whether or not a user sends us the file or we take the from the user.
You guys have any advice on where I go from here? Please help! My stress level is nearing the breaking point.
I was planning on allowing file uploads, validating the file that was uploaded using PHP, and storing the relevent information inside a database, while placing the file in an uploads directory outside of the web root or on an FTP server.
My boss (a finance guy, not an IT guy) just told me that he wants "our computer" to "take the file" from the users computer instead of the user sending the file to us.
He says this will avoid a hacker developing a "routine" that sends us 1000's of files.
I have no idea how to do this and my first reaction is that it makes no sense or difference whether or not a user sends us the file or we take the from the user.
You guys have any advice on where I go from here? Please help! My stress level is nearing the breaking point.