Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
815 views

(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: <div ...
1
vote
0answers
394 views

YUI 2.7.0 File Uploader - Firefox 3.5 / flash 10 / iis 6

i have a project that uses the file uploader, i have taken the example of the queue management, and altered it to upload to the location i would like it to save to, and all the custom settings, and ...
1
vote
2answers
385 views

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 ...
1
vote
2answers
819 views

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. ...
1
vote
2answers
1k views

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 ...
0
votes
0answers
24 views

How can I set the client's upload path on YUI uploaderr?

I need to upload some files from my computer (ubuntu) to a website, using the YUI updater. The problem is when the upload window open, i'm in my /home/$USER/, and i want it in /dev/$USER/project/ ...
0
votes
2answers
280 views

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

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 ...
0
votes
2answers
132 views

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 ...
0
votes
2answers
358 views

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 ...
0
votes
2answers
241 views

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', ...