[ 1 post ]

David Mazzocco

  • Username: Dave86
  • Joined: Tue Jul 26, 2011 4:38 pm
  • Posts: 1
  • Offline
  • Profile

Uploader not sending requests

Post Posted: Tue Jul 26, 2011 4:46 pm
+0-
I'm using the YUI uploader to upload various files to a servlet. The following code is triggered when a user clicks the upload button, but there are no responses and no requests being sent as a result.
Code:
   function uploadFiles(event){
      uploader.uploadAll("http://localhost:8080/buildNews");
   }


Even stranger, if I just use "/buildNews" or as the url, the updateProgress method is triggered, but there are still no requests being sent.
  [ 1 post ]
Display posts from previous:  Sort by  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum