HI all I have a simple form with a file feild in it and a submit button, I am using this feild called (source_file) and passing its vaile on to sendvideo.php. TO preface this subject I am in a pickle with the server side php.ini file only allowing 2 meg of upload for the max_file_size_upload so to get around this I thought I would use ftp variable and a connection via form based method using php.
I have successfully created the form and passed the variables to the sendvideo.php as $souce_file and was also successfull opening a connection to the ftp server and logging in, confirmed by a print statement.
I am not however able to get my file to upload to the directory which happens to a video file (.mov) I am getting errors that the directories do not exist etc. I have posted the script here for all to see in hopes that someone can help me figure this one out. In short I want to use a form page to browse local drive and upload via ftp functions with php. I am doing this to keep it all inside the website and looking clean, http://orangecountyfilms.net
Thank you
JM