[flexcoders] Re: FileReference upload request does not get to the servlet in Unix comp

2007-05-24 Thread ivansebastiansurya
Hi, I don't think any exception are thrown. It's just the request never reaches the server (I added some System.out.println() statements in my Upload servlet in the doPost() method but none is printed out). The funny thing is that when it's run on Windows machine, it works as expected. Is

Re: [flexcoders] Re: FileReference upload request does not get to the servlet in Unix comp

2007-05-24 Thread Bjorn Schultheiss
Make sure you're using a fully qualified path name. Also I believe it makes a test post first, if that post fails it doesn't make the actual upload call. Although the server guys here do not believe me as they do not see any reference of a test post made in the servlet logs. But I'm sure it