> File Not Found > > Firefox can't find the file at /AAAAAAG+AAIAAAxNYWNpbnRvc2ggSEQ > AAAAAAAAZAAAAAAAAAADErCocSCsAAAALHOESYmFja3VwRW > 1wdHlUVy5odG1sAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA > AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAsc5cTqCDoAAAAAA ...
Clearly, the problem is that you are somehow telling the browser to open an invalid URL (i.e., "/AAAAAAG+...."). Some questions that come to mind: The browser only attempts to open a URL when you SaveAs if you include the 'open' keyword in the <<saveAs>> macro. If that keyword is present, try removing it so the browser won't try to open the new URL. In that situation, does the error still occur? Is this problem only under OSX? Does the same document work properly under Windows? If so, then the problem is obviously platform- specific, which narrows the possibilities... Was a new *file* actually written to the local harddrive? ... and the Big Question: where the heck is that invalid URL string coming from? One possible clue: the string *looks* like binary content that has been converted into base64-encoded text... which can be combined with the data:// protocol to create a URL... SaveAsPlugin uses the current document.location.href to determine the default *path* in which to write the new file... so perhaps the document.location.href value is somehow not being reported correctly from the browser. Lastly, please describe the *exact* step-by-step actions you took in every detail: what command did you click? Did you get a 'save a file' dialog box? Did you see any TW messages? Is the browser trying to open a new tab/window or overwrite the current one? etc. -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

