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 [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.