Hi,
I have a file input box on a web form and I would like it to upload the file to a directory called "images" and save the filename in a database.
I have read the Zend and PHPBuilder tutorials and none have worked. I am now trying to use the move_uploaded_file() function, but am still getting parse errors.
Does anyone know how to do this that works?
Thanks.
I have a file input box on a web form and I would like it to upload the file to a directory called "images" and save the filename in a database.
I have read the Zend and PHPBuilder tutorials and none have worked. I am now trying to use the move_uploaded_file() function, but am still getting parse errors.
Does anyone know how to do this that works?
Thanks.