jijo-paulose / gwtupload

Automatically exported from code.google.com/p/gwtupload
Other
0 stars 0 forks source link

File is not uploading #135

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. When i deploy my gwtupload app on tomcat server it is displayed me an error 
saying "if you are using js upload and you donot need cross domain,try a 
version compiled with the standard linker" and thus not letting me upload the 
file

What is the expected output? What do you see instead?
It should upload the file

What version of the product are you using? On what operating system?
0.6.4 is the version of gwtupload on winxp

Please provide any additional information below.

Original issue reported on code.google.com by amit.ja...@gmail.com on 25 Jan 2012 at 8:18

GoogleCodeExporter commented 9 years ago
I am also getting the same issue. It is not happening in my local but when 
application is deployed on the server, this error is thrown once and second 
upload works. 

Original comment by shishir....@gmail.com on 9 Mar 2012 at 8:09

GoogleCodeExporter commented 9 years ago
Have you checked the web.xml has been modified correctly?

Original comment by copperox...@gmail.com on 27 Mar 2012 at 6:42

GoogleCodeExporter commented 9 years ago
Yes. We did validated the web.xml. Again it does work locally but after 
deployment it gives a message for the first time but works than after.

Original comment by shishir....@gmail.com on 27 Mar 2012 at 11:53

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Does this issue happen with all browsers or just with IE <= 8
could you produce a small example showing the issue?.
could you attach also the .war file of this example?.

Normally this kinds of errors happen when you deploy the js in a different 
hostname than the html.

Original comment by manuel.carrasco.m on 23 May 2012 at 3:28

GoogleCodeExporter commented 9 years ago
Happens on IE 7, 8 & 9 and not in chrome browser

Original comment by rkot...@gmail.com on 15 Jul 2012 at 2:35

GoogleCodeExporter commented 9 years ago
It does not happen with my projects nor with the gwtupload-samples-xxx.war 
deployed in tomcat or jetty.

Could you download the example .war and check if it fails in your environment?, 
otherwise could you attach an example which demonstrates the issue so as I can 
reproduce it?

Original comment by manuel.carrasco.m on 3 Dec 2012 at 12:25

GoogleCodeExporter commented 9 years ago
Hi , i'm facing the same problem , in fact i try to pass some parameters to my 
servlet by setting a new servlet path in the multiple uploader , but i get this 
message when i deploy on Tomcat . could you please help me with this issue ?

Original comment by othmane....@gmail.com on 26 Dec 2012 at 1:26

GoogleCodeExporter commented 9 years ago
Could you please download the last gwtupload examples and run them to check if 
it fails as well.

Download the .war from 
http://repo1.maven.org/maven2/com/googlecode/gwtupload/gwtupload-samples/0.6.6/g
wtupload-samples-0.6.6.war

Then deploy the .war in your servlet container or just run
java -jar gwtupload-samples-0.6.6.war

Original comment by manuel.carrasco.m on 5 Apr 2013 at 10:47

GoogleCodeExporter commented 9 years ago
Hi manuel ,
  Can you please provide the svn repository location for the code

Original comment by gn.vigne...@gmail.com on 2 Jul 2013 at 7:18

GoogleCodeExporter commented 9 years ago
@gn.vigneshwaran  gwtuplad is not in svn but in git

you can clone the project from googlecode:
git clone https://code.google.com/p/gwtupload/ 

It is also in github
https://github.com/manolo/gwtupload

Original comment by manuel.carrasco.m on 2 Jul 2013 at 8:03

GoogleCodeExporter commented 9 years ago

Original comment by manuel.carrasco.m on 2 Jan 2014 at 9:15