in reply to POSTing from one script to another
That is a bad idea, because when you're debugging something like that, it is very hard to pin down where the problem is.
First question you should ask yourself is: can an ordinary browser upload a file to my file-receiver module? If it can't, work on the server part until file uploads succeed. Once that is done, you can concentrate on the script you wrote for uploading the files.
This is a special case of one of the fundamental rules of debugging: "never change more than one thing between test runs".
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: POSTing from one script to another
by Anonymous Monk on May 05, 2004 at 12:23 UTC | |
by matija (Priest) on May 05, 2004 at 13:19 UTC | |
by Anonymous Monk on May 05, 2004 at 15:24 UTC | |
by Anonymous Monk on May 05, 2004 at 15:26 UTC |