I Have a problem with saving a photo. When i put
<form action="" method="post" enctype="multipart/form-data">
i saves the photo on the path but it doesnt saves it on the database. Althought the other values are saved (title,date, id etc). When i put
<meta http-equiv="Content-Type" content="text/html">
<form action="" method="post" enctype="multipart/form-data">
the photo it is saved on the database but not on the path i choose i tried enctype="plain/text" still the same
any help?