On Sat, Jan 22, 2011 at 9:00 AM, Subash Chaturanga <[email protected]> wrote: > Hi all, > > While I was working on a new local JCR structure JIRA, I came to know that > the files I upload in UI is not actually uploading (not stores in to local > jcr) . When I upload a pictures after providing album name and description, > and goes back to the gallery, it shows only the two default albums only. > > Then to test, I got a newly checkout and did the same and had the same > result. Then I debug the doUpload() method in upload.js using firebug. > Then there was an error log saying "server not respond" from the line. I am > using tomcat 6.0.29. I also tried this with the version 7.0.6. Still the > same issue. > > uploader.upload({albumName:selected,albumDescription:albumDescription, > securityToken:securityToken}); > > What is this issue? is it from dojo? > > Thanks > /subash >
Any details on the tomcat logs, maybe an issue with the upload service getting registered or an internal error when you upload an image. -- Luciano Resende http://people.apache.org/~lresende http://twitter.com/lresende1975 http://lresende.blogspot.com/
