i have write the script for upload image and video at the same time.....but i seen like cannot work......below attachments is my php file for process the upload action
Printable View
i have write the script for upload image and video at the same time.....but i seen like cannot work......below attachments is my php file for process the upload action
Well for one, why are you uploading the data into the MySQL (I'm not saying its wrong), normally video/image files are stored via flatfile.
i'm storing the path of the video/images file, thus i can retrieve the image/video when i display record...
i have solved the upload problem....due to i didnt set the limitation of the upload file size...i hv set to 10MB, but i found once my file more than 8MB then the upload process will terminate....how is the problem?