Re: Problem Uploading Flash

2009-06-05 Thread Arak Tai'Roth
Ummm it says on the page http://www.meiocodigo.com/projects/meioupload/ that it can upload any kind of file. I'm still checking those things that brian told me to check out, been super busy lately with other stuff to be able to get back into this. On May 31, 2:44 pm, gerhardsletten

Re: Problem Uploading Flash

2009-05-31 Thread Arak Tai'Roth
I will try those things and get back to you. About the perms though, they are correct, as those are the perms on my images directories that I upload to as well and that works fine, so I'm pretty sure the perms are correct. On May 30, 2:13 pm, brian bally.z...@gmail.com wrote: On Sat, May 30,

Re: Problem Uploading Flash

2009-05-31 Thread gerhardsletten
MeioUpload is made for images.. If you have modified it, to handle all kinds of files, check to see if you can upload other kind of files. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to

Re: Problem Uploading Flash

2009-05-30 Thread Arak Tai'Roth
I could still really use a hand on this problem if anyone can offer it. On May 29, 4:49 am, Arak Tai'Roth nielsen.dus...@gmail.com wrote: Anyone able to help with this? On May 28, 7:29 am, Arak Tai'Roth nielsen.dus...@gmail.com wrote: So I have a problem uploading a flash video using

Re: Problem Uploading Flash

2009-05-30 Thread brian
Are you certain that the MIME is correct? Log what the browser thinks the MIME for your file is. Note that this behavior relies completely on the browser's best guess for the MIME type and doesn't use anything server-side to figure it out, eg. FileInfo, mime_content_type(). Is the file even being

Re: Problem Uploading Flash

2009-05-30 Thread Arak Tai'Roth
As far as I'm aware if the extension is .flv, then shouldn't the mimetype be video/x-flv? The file size is way less then the maximum file size that's allowed, it's only a 6 second flash video that I'm just using to test this. However I'm not sure how to log the error key or anything as it's

Re: Problem Uploading Flash

2009-05-30 Thread brian
On Sat, May 30, 2009 at 3:07 PM, Arak Tai'Roth nielsen.dus...@gmail.com wrote: As far as I'm aware if the extension is .flv, then shouldn't the mimetype be video/x-flv? The behavior depends upon the whatever the browser says is the MIME type. You can see it in the data array. If you're not

Re: Problem Uploading Flash

2009-05-29 Thread Arak Tai'Roth
Anyone able to help with this? On May 28, 7:29 am, Arak Tai'Roth nielsen.dus...@gmail.com wrote: So I have a problem uploading a flash video using MeioUpload in CakePHP. Here is my controller code for the add function:                 function add()                 {                        

Problem Uploading Flash

2009-05-28 Thread Arak Tai'Roth
So I have a problem uploading a flash video using MeioUpload in CakePHP. Here is my controller code for the add function: function add() { if (!empty($this-data['Video'])) { $mrClean =