I just started playing with Uploadifive tonight. I had a similar problem
and realized the computer I was using had an old version of Firefox. I
upgraded to the latest version and the problem went away.
If that doesn't work, you should get something like Firebug and use its
console to see if there are any javascript errors.
On Thursday, October 4, 2012 2:53:51 AM UTC-4, Chris wrote:
>
> hi guys,...
> uploadifive I can't make it work on a CAKE 1.3
> can anyone help.... thanks in advance,...
>
> file in a queue stocks, queue bar is not doing anything,... can't get the
> file in,...
>
> this is a header:
>
> <?php echo $this->Html->css('application'); ?>
> <?php echo $this->Html->css('uploadifive'); ?>
>
> <?php echo $this->Html->script('jquery.min'); ?>
> <?php echo $this->Html->script('jquery.uploadifive.min'); ?>
>
> this is my .ctp file:
> <form>
> <div id="queue"></div>
> <input id="file_upload" name="file_upload" type="file" multiple="false" />
> <a style="position: relative; top: 8px;"
> href="javascript:$('#file_upload').uploadifive('upload')">Upload Files</a>
> </form>
>
> <script type="text/javascript">
> $(function() {
> $('#file_upload').uploadifive({
> 'auto' : false,
> 'queueID' : 'queue',
> 'method' : 'post',
> 'uploadScript' : 'photos/upload',
> 'onUploadComplete' : function(file, data) { console.log(data); }
> });
> });
> </script>
>
> I have tried multiple="true" ,... no response
>
>
>
--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
---
You received this message because you are subscribed to the Google Groups
"CakePHP" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.