For anyone else who comes here - short answer is that I was using HTTP
authentication, and UploadPlugin uses your password both for HTTP
authentication and to pass to the script. Making the password the same
worked - seems to be what TiddlySpot does.
Although I'm not sure about the wisdom of taking the same cleartext
password and putting it in even more places, which was why I'd had a
password in my store.php file that was different from the HTTP
authentication password.
As far as it working on Firefox, my guess is that it's a different
password caching implementation (perhaps Firefox tries the previously-
saved password even if supplied with a different one).
- Marc
On Nov 10, 11:24 am, Marc Stober <marcsto...@gmail.com> wrote:
> Hi,
> I'm using the UploadPlugin and getting an error, "can't get original
> file" why I try to save. This only occurs in Internet Explorer 8 - the
> exact same file and settings in Firefox is successful. Any ideas how
> to fix this?
> Thanks in advance, Marc