Questions tagged [yui-uploader]

14 questions
2
votes
3 answers

(YUI uploader) listeners not fiering events

I'm trying to use YUI uploader, but I'm not able to open the file dialog window when I click the browse button. I'm following (more or less) the example on Yahoos demo. Here is my HTML code:
Steven
  • 19,224
  • 47
  • 152
  • 257
1
vote
2 answers

Handling errors with YUI's uploader

I am using yui-uploader from YUI 2.6.0 When an upload error occurs, I disable the uploader, show a warning, and then when the user clicks ok, enable it again. Subsequent to this, selection of new files works, and the file list is populated…
nunb
  • 339
  • 1
  • 2
  • 14
1
vote
2 answers

YUI Uploader + SSL + Firefox

If your server has SSL enabled, and you're using YUI uploader, is it possible to upload using Firefox browser? We are currently having problems with firefox but uploading with IE (7) seems to be ok. Any ideas why it fails in Firefox (Note: the…
Franz See
  • 3,282
  • 5
  • 41
  • 48
1
vote
2 answers

YUI uploader error handling

This specifically regarding the errorAction:Y.Uploader.Queue.RESTART_AFTER. Sorry if I'm reposting this question I searched but I could not find anything relevant. I'm using YUI uploader for one of my projects my question is about error handling.…
1
vote
2 answers

YUI Uploader hangs after choosing file

Below is my entire code from a User control that contains the YUI Uploader. Is there something I'm missing. Right now, when I step through the javascript code in Firebug, it hangs on the first line of the upload() function. I have a breakpoint on…
stephenbayer
  • 12,373
  • 15
  • 63
  • 98
1
vote
2 answers

YUI Uploader 2.6.0 example

I'm trying to simply use some of the examples and instructions regarding the YUI-Uploader, and I'm being frustrated by a number of issues. The "YUI Library: Uploader" cheat sheet's simple use case doesn't work for me because all the listed methods…
dlamblin
  • 43,965
  • 20
  • 101
  • 140
1
vote
0 answers

unable to upload image with paperclip rails

This is my model class Upload < ActiveRecord::Base belongs_to :post has_attached_file :upload,styles: { medium: ["500x300>",:jpg], thumb: ["150x100#",:jpg] }, default_url: '/assets/avatar.jpg', url:…
0
votes
2 answers

Flash uploader - crossdomain issues

I'm using YUI file uploader based on flash, and the flash requests host/crossdomain.xml file. I'm requesting localhost and it requires this file. I was using this before and I have never had this problem and I've never had this file on my…
lisak
  • 21,611
  • 40
  • 152
  • 243
0
votes
1 answer

Struts 2 and YUI Uploader issues

I have a project that I'm working on where we need to be able to select multiple files for upload at one time. Since we already use YUI for several other things this seemed to be an fairly simple request. I did some research and decided to use YUI's…
Jason
  • 1
  • 1
0
votes
2 answers

YUI Uploader - How to tell when all files have been uploaded?

I'm using the YUI 2 Uploader to upload some files. My users will be uploading more than one file, so I want to use YUI Uploader's 'file queue'. That is all working successfully. I disable the uploader when the files are uploading, so people can't…
Amandasaurus
  • 58,203
  • 71
  • 188
  • 248
0
votes
0 answers

YUI File upload component shortcut listed

We have a YUI upload component used in a Struts1.2 web application. This component has been configured with setFileFilters as to allow only TXT extension files. But when i open a folder with many text files and 1 shortcut, it listed this shortcut…
yathirigan
  • 5,619
  • 22
  • 66
  • 104
0
votes
2 answers

Not able to run upload.php using YUI Uploader

I'm trying to get YUI uploader work on my computer / localhost, by using this example . The javascript the page use, can be view here. The upload button has the following handler: YUE.on('upload', 'click', this.upload, null, this); (...) upload :…
Steven
  • 19,224
  • 47
  • 152
  • 257
0
votes
1 answer

YUI multiple file upload issues in safari

I am using YUI uploader. It is working fine in chrome and firefox, In safari browser its working for single file upload. When i select multiple files it shows only 0 bytes. can anyone help.
Prabha Karan
  • 11
  • 2
  • 5
0
votes
2 answers

YUI 3 UploaderFlash not firing 'upload' events

I've set up a very simple prototype to test out the YUI Uploader. (flash version) The file is making it to the server which is sending a simple Ajax response. However, the only event being triggered are fileselect and uploadstart. uploadcomplete,…
Craig M
  • 5,598
  • 4
  • 32
  • 43