Hi Aparajita, thanks for the quick response. >> safe doc dirs = /D >> safe doc dirs = D: >> safe doc dirs = D:/SomeFolder >> safe doc dirs = "D:/SomeFolder" > > > Of the ones you tried above, only the first is actually an absolute > path. The others do not start with '/', so they are by definition > web-root relative. The first one _should_ work,
I'm not sure why we couldn't get the first one to work (I tried the others on the off chance), but until I figure out what I've done wrong, the solution of using a 4D method to do the blob creation works fine. > but it is not advisable to open an entire drive like that. You are better off > setting it to the most specific directory you can, such as /D/SomeFolder. I was opening up the whole drive for testing purposes. I would have remembered to narrow it down again...honest ;) > > Please see the mailing list archive for a discussion of the solution to > this: > > http://www.mail-archive.com/[email protected]/ > msg00701.html Thanks, should have thought to check the archive, this was exactly what we needed. It now works on both safari and on windows versions of IE. On Mac IE, it is still saving the file as "GetDocument.a4p" -but we ARE talking about Mac IE. So unless you know of any other HTTP header that might force this particular browser to behave itself, we're going to move on. Thanks again -Kevin Williams > > Regards, > > - Aparajita > > _______________________________________________ > Active4D-dev mailing list > [email protected] > http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev > Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/ _______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
