Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
uploadifive for html5 problem
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
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:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Chris  
View profile  
 More options Oct 4 2012, 2:53 am
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.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ivan Rimac  
View profile  
 More options Oct 4 2012, 3:24 am
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>

--
*Ivan Rimac***
mail: ivn...@gmail.com
*tel: +385 95 555 99 66*
*http://ivanrimac.com*

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leb  
View profile  
 More options Oct 5 2012, 11:51 pm
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »