Re: file uploading in cake php

2008-12-30 Thread Juan Luis Baptiste
http://www.meiocodigo.com/projects/meioupload/ On Sun, Dec 28, 2008 at 12:40 PM, mona poojapinj...@gmail.com wrote: I tried alot but it is not working any other options --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

Re: file uploading in cake php

2008-12-28 Thread Smelly_Eddie
Google upload files with CakePHP On Dec 27, 8:59 am, mona poojapinj...@gmail.com wrote: Hello mike sorry for distutbing you once again. I am sending you my file uploading problem please i need your help if you help me it will be great help for me this is my add view code please consider it

Re: file uploading in cake php

2008-12-28 Thread mona
I tried alot but it is not working any other options --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post to this group, send email to cake-php@googlegroups.com To unsubscribe from this group, send

Re: file uploading in cake php

2008-12-28 Thread majna
http://bin.cakephp.org/saved/23715 On Dec 28, 6:40 pm, mona poojapinj...@gmail.com wrote: I tried alot but it is not working any other options --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups CakePHP group. To post

Re: file uploading in cake php

2008-12-27 Thread mona
Hello mike sorry for distutbing you once again. I am sending you my file uploading problem please i need your help if you help me it will be great help for me this is my add view code please consider it h2New Entry/h2 ?php echo $form-create('Entry',array('action' = 'add','type' = 'file'));? div

file uploading in cake php

2008-12-26 Thread mona
In my add view i have one form which contain file upload option i want to send all the values of form in one table but file upload option is displaying error like array to string conversion because the query is like that (insert into enteries(section,list,submenu,file) values

Re: file uploading in cake php

2008-12-26 Thread MikeB
Have you tried printing the array to see what it contains? The array holds everything that $_FILE[] normally would. Use these values to upload your file, then set the variable to the name of the file or whatever you want inserted into the database. Cake does not have an automagic way to handle

Re: file uploading in cake php

2008-12-26 Thread mona
thanks for the reply but when i click on add button to submit the form value in the database it is displaying the error like array to string conversion something like that how to print the value of array you me the above link but in all that page file uploading having different table different

Re: file uploading in cake php

2008-12-26 Thread MikeB
I'd like to help, but It's way too late for me to be reading that bad of a run-on sentence. Could you try rephrasing the question with some punctuation? On Dec 26, 10:04 pm, mona poojapinj...@gmail.com wrote: thanks for the reply but when i click on add button to submit the form value in the