uploadifive for html5 problem
The group you are posting to is a
Usenet group . Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
From:
Chris <chris... @yahoo.com>
Date: Wed, 3 Oct 2012 23:53:50 -0700 (PDT)
Local: Thurs, Oct 4 2012 2:53 am
Subject: uploadifive for html5 problem
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
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Ivan Rimac <ivn... @gmail.com>
Date: Thu, 4 Oct 2012 09:23:30 +0200
Local: Thurs, Oct 4 2012 3:23 am
Subject: Re: uploadifive for html5 problem
MeioUpload for cakephp is your friend, you should try with that, it works
for me very good.
2012/10/4 Chris <chris... @yahoo.com>
> 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 FacekBook 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 cake-php@googlegroups.com.
> To unsubscribe from this group, send email to
> cake-php+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/cake-php?hl=en .
--
*Ivan Rimac***
mail: ivn
... @gmail.com
*tel: +385 95 555 99 66*
*
http://ivanrimac.com*
You must
Sign in before you can post messages.
You do not have the permission required to post.
From:
Leb <my.web.comments.em... @gmail.com>
Date: Fri, 5 Oct 2012 20:51:11 -0700 (PDT)
Local: Fri, Oct 5 2012 11:51 pm
Subject: Re: uploadifive for html5 problem
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
You must
Sign in before you can post messages.
You do not have the permission required to post.