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
0
votes
1 answer

Laravel - Uploadifive not uploading

I'm trying to implement Uploadifive plugin into my website but I don't see the files which are uploaded. I don't see any errors. Here is my code: html
Alen
  • 1,750
  • 7
  • 31
  • 62
0
votes
1 answer

Rename filenames

I use Uploadifive to upload big files. That's working fine, except for Firefox on Android. When selecting an uploadfile from Google Drive, that file is first downloaded to the tablet and then uploaded using uploadifive. But Firefox is renaming this…
DaveL
  • 127
  • 1
  • 8
0
votes
1 answer

Uploadfive(html5) - Internet Explorer 9 not working

I have integrated Uploadfive(html5) in my project and its working Good in Firefox, Chrome and Safari. But, it fails to work in IE 9. Let me know the solution/patch to include in the project, inorder to make it work in IE 9 as well. Waiting for the…
Prashant Kankhara
  • 1,498
  • 4
  • 15
  • 30
0
votes
0 answers

uploadify 3 - email after upload with filename

I would like to have uploadify sending me an email after upload is done. with uploadify 2.14 I used: $empfaenger = "upload@myemail.com"; $betreff = "TEST: Upload eines Files"; $from = "From: $empfaenger"; $text = "TEST: Ein File mit…
0
votes
0 answers

UploadiFve OnCancel event - which variable returns the file_id selected?

I am using UploadiFive v1.1.2. I use the onCancel event to detect a file that has been cancelled in the queue. Is there a returned value to tell me which file was chosen? I currently use file.name which is not ideal as per below. 'onCancel':…
0
votes
0 answers

jQuery Script Not Working on Mobile Devices

I am using a plugin called Window postMessage Plugin along with UploadiFive to upload a file to my server and insert the file link onto a webpage that has my upload script embedded on it. It works great on desktop devices (tested in Firefox (v26)…
L84
  • 45,514
  • 58
  • 177
  • 257
-2
votes
1 answer

How to do override uploadifive method?

Please give me code example for override any method of uploadifive. Here i have putted my js code, please have your look. i want to check duplicate file from backend. I have already method in controller. If you give any sample for how i can…
umishra
  • 390
  • 2
  • 14
1 2
3