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
0 answers

Uploadifive an image as button

I'd like to change the uploadifive uploading button with an image. I tried many ideas but nothing helped. This is not…
csib
  • 155
  • 1
  • 9
0
votes
1 answer

Forbidden File Type docx

I'm testing the uploadifive plugin file upload restrictions and I cannot seem to get it to accept .docx files. In the documentation (http://www.uploadify.com/documentation/uploadifive/filetype/) I have followed the instructions (bar a small mistake…
Jamham
  • 1
  • 2
0
votes
2 answers

UploadiFive Forbidden File Type AMR

I am using uploadifive as file uploader in my application. I am using fileType: to tell the uploader of all the supported file types. The fileType: takes MIME Types of all the supported file types. The .amr file is always forbidden by the uploader.…
Fahad Abid Janjua
  • 1,024
  • 3
  • 14
  • 35
0
votes
1 answer

Error with Uploadifive

I'm using the HTML5 version of uploadify, called uploadifive. I'm following the instructions to the letter and I'm getting the following error message: Uncaught TypeError: Cannot read property 'addEventListener' of undefined I'm using the latest…
pendo
  • 792
  • 2
  • 5
  • 27
0
votes
1 answer

Uploadifive does not apply on dynamically created INPUT elements

This is my uploadifive setup: Inside body:
Add Another…
Pistacio
  • 45
  • 1
  • 5
0
votes
1 answer

Unable to upload .ppt files even after specifing the mime type

I am using uploadifive to upload my files. I am having problem uploading only ppt files while other files specified in the fileType are uploaded. What is going wrong? here is my code $(function() { $('#file_upload').uploadifive({ …
Raaz
  • 1,669
  • 2
  • 24
  • 48
0
votes
1 answer

Laravel 4 and uploadifile not working always getting 500 (Internal Server Error)

I have my route: Route::get('/file', array( 'as' => 'files', 'uses' => 'fileController@getFileUpload' )); Route::post('/uploadfile', array( 'as' => 'uploadfile', 'uses' => 'fileController@postfileupload' )); Now i have uploadifive…
Lonare
  • 3,581
  • 1
  • 41
  • 45
0
votes
0 answers

Uploadify - button image css

As I know uploadify button are able to customize the css of the button ... How bout the button image ? In my current uploadify button I'm using: 'buttonImage' : "images/jpg_icon.png", // image size 50x50 The image doesn't show single ... it repeat…
TheSmile
  • 358
  • 3
  • 9
  • 34
0
votes
1 answer

How to return a new file name using uploadifive

I am using uploadifive to upload files on to my server. But before the files are moved to the permanent folder (eg. move_uploaded_file($tempFile, $targetFile)) they are renamed. In the past I used uplodify and I user to be able to return the new…
Jaylen
  • 39,043
  • 40
  • 128
  • 221
0
votes
0 answers

How to remove file from the server after uploaded by uploadify/uploadifive

I am using uploadifive to upload files on the server. While the file is being uploaded on the server and a user clicks on the (x) icon the upload will stop. However, after the file is uploaded. If a user click on the (x) I want to remove that file…
Jaylen
  • 39,043
  • 40
  • 128
  • 221
0
votes
0 answers

$_SESSION variables are empty when trying to upload files via uplodify

I have a class that manages session "sessionManager" (start new session, resume session, validate session......) The first step when a user logs in is to create 3 session variables to make sure I authenticate against session hijacking …
Jaylen
  • 39,043
  • 40
  • 128
  • 221
0
votes
2 answers

Uploadifive not working iOS 8

Uploadifive version 1.1.2 is not working on iPhone and iPad running iOS 8 Try the demo using iPad or iPhone running iOS 8 at: http://www.boxorox.net/ Clicking the Select File button allows you to choose a file from the mobile device. Then clicking…
George Filippakos
  • 16,359
  • 15
  • 81
  • 92
0
votes
1 answer

codeigniter upload not working on linux

I'm developing an application using CodeIgniter 2.2.0. In my app, users will be able to upload pdf files to the server. I'm using uploadifive.js on the interface, I also have a controller that first of all creates the directory structure where the…
mertseger
  • 1
  • 1
0
votes
1 answer

Importing PHP file inside html.twig

I'm building a webapp with Symfony2 and I'm having great difficulty with getting php files to import into my code. I'm simply getting 404 - Not Found errors on the use of the php file. In a nutshell, I'm implementing the Uploadifive file uploader…
Chris
  • 803
  • 2
  • 9
  • 22
0
votes
2 answers

Uploadifive mobile support? (Uploadify)

I'm using Uploadify on my website which uses flash and it doesn't work on Android Chrome, but does the paid HTML5 version work on mobile?
Clinton Jooooones
  • 887
  • 3
  • 12
  • 19