post / postparameters not working Firefox / Safari

Upload core product.
Post Reply
johans
Posts: 2
Joined: Thu Jul 28, 2011 4:01 am

post / postparameters not working Firefox / Safari

Post by johans »

v2.7 using post and postparameters = true works in Chrome but not Firefox or Safari (I am not worried about IE). In all cases these are current/new stable release versions of browsers.

All i can confirm from debugging is that there are no client-side scripting errors, the files are uploaded correctly, however no post is performed for Firefox and Safari.

I did a test with forward and that works fine however does not suit the implementation solution I have in mind by using post/postparameters.

Any suggestions where the problem may be?

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: post / postparameters not working Firefox / Safari

Post by support »

Do you have any traces on server-side to check that a call has been performed by applet?

johans
Posts: 2
Joined: Thu Jul 28, 2011 4:01 am

Re: post / postparameters not working Firefox / Safari

Post by johans »

Traces: Yes I logged activity to the POST location

POST is performed by Chrome but nothing is logged by other browsers.

Although postparameters = true no additional data apart from params passed in POST url are shown.

My POST URL passes method and session params.

I testes without URL parameters and that made not difference in non-working browsers.

The agent in Chomre is shown as Mozilla/4.0 (Windows XP 5.1) Java/1.6.0_26

I also updated to v2.8 and this made no difference.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: post / postparameters not working Firefox / Safari

Post by support »

Do you have a testing URL? If yes, send it to support(at)jfileupload(dot).com

Post Reply