Questions tagged [uploadifive]

UploadiFive is the HTML 5 version of Uploadify. UploadiFive is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website.

UploadiFive is the HTML 5 version of Uploadify. UploadiFive is a jQuery plugin that integrates a fully-customizable multiple file upload utility on your website.

37 questions
6
votes
1 answer

Sending data to Codeigniter controller from UploadiFive

I am trying to use UploadiFive to upload some files and, as they are uploaded, add information to a database about them. The user enters some details in a form and then clicks upload, at which point the file is uploaded and the information from the…
Noah Goodrich
  • 227
  • 2
  • 8
  • 20
4
votes
1 answer

Uncaught TypeError: $(...).find(...).not(...).size is not a function

I am using uploadify to upload file in laravel with progressbar implementation. but when I am uploading file, I am getting this error in console. Uncaught TypeError: $(...).find(...).not(...).size is not a function at…
Riosant
  • 344
  • 3
  • 15
4
votes
2 answers

Uploadifive dynamically posting input variables

The problem below is that when the function is initiated, of course, MyInputVariable is empty. $(function () { $('#file_upload').uploadifive({ 'auto': false, 'dnd': true, 'checkScript':…
RationalRabbit
  • 1,037
  • 13
  • 20
4
votes
1 answer

Using uploadifive for multiple file upload causes repeated invocations of check_exists

Am using uploadifive (the HTML5 version not the the Flash based uploadify) as follows: $('#file_upload').uploadifive({ //setup uploadify 'auto' : false, 'removeCompleted' : true, 'checkScript' : 'check-exists.php', …
2
votes
2 answers

UploadiFive 1.2.2 'fileType' filter capability/restriction does not work

I have tried a number of different suggestions including the suggestion on the uploadify forum: http://www.uploadify.com/forum/#/discussion/8232/upload-five-html-5-file-type-filter-capability/p1 But these do not seem to restrict the user from…
neoraj3.0
  • 41
  • 1
  • 1
  • 8
2
votes
0 answers

Safari multiple file upload Content Length getting 0 in uploadifive

I'm trying to get uploadifive to work in Safari. My script works great with Chrome and Firefox. However, if I select multiple files at once from the dialog box or via drag n drop, the content length of each file is 0 on the server. This problem does…
Avinash
  • 3,231
  • 10
  • 36
  • 46
2
votes
2 answers

Custom button with UploadiFive plugin

I'm trying to customize the button of 'Select File' using UploadiFive plugin and all works fine, but only a portion of the area of the button is able to open the Load Dialog. Only the Upper area works. If the button has 35px height, only the upper…
Apalabrados
  • 1,098
  • 8
  • 21
  • 38
1
vote
1 answer

Is there a setting I can add to Uploadifive to make pictures upload in order?

My application uses the Uploadifive jQuery plugin to allow clients to upload pictures. I upgraded it from Uploadify. It turns out that one client needs a feature that Uploadify had - pictures are uploaded to the server in the same order that they…
Kluny
  • 189
  • 3
  • 17
1
vote
1 answer

Resize images in client side using uploadifive

I have implemented an image upload page using uploadifive. Is there a way to re-size images on client side rather than do it on server side? If images can be re-size on client side it will reduce the time for upload the images. Can anyone give me…
cp100
  • 1,463
  • 6
  • 20
  • 35
1
vote
1 answer

uploadifive trigger file open dialog box

I am using the uploadifive jquery plugin for uploading obituary mugshots. Instead of using the usual uploadifive-generated button, I would like the user to be able to double-click on the placeholder image and have that trigger the file dialog box. I…
1
vote
0 answers

uploadifive file size limit issue

I bought 'uploadifive' today. I managed to get it to work with firefox and opera. However, I can only upload small files. The filesizelimit or sizeLimit or uploadlimit option does not seem to work for me? Do I have to format it in a certain way, or…
1
vote
2 answers

Uploadify - HTML5 version File extensions not working?

I am using uploadify HTML5 version (just brought and downloaded the latest). However my problem is to show only selected given file extensions in the popup dialog box is not working as expected, it shows all files. As far as i am concern my coding…
mahen3d
  • 7,047
  • 13
  • 51
  • 103
0
votes
1 answer

Does Uploadifive works?

Any body ever buy the uploadifive from uploadify.com ? Does it work? Because the last update version was on 2012 . And I cant find the admin contact to ask if they already abandoned the plugin or they are still maintain it . Thanks
0
votes
1 answer

Is there a way to have an upload image as the button in uploadifive?

I know there is buttonClass but that doesn't allow images to be displayed? Basically I want to use an image as the button instead of what is generated using the buttonText. I know in uploadity there is a buttonImg attribute. I was wondering if there…
0
votes
0 answers

uploadifive on ubuntu Server with 500 internal Error

I have a problem which makes my crazy. I set up an Ubuntu 1604 Server with nginx, php and laravel. All works perfect but when I upload a file with uploadifive script I got a unknown Error. When I see into google Chrome Browser I got the…
1
2 3