1

Possible Duplicate:
help, losing extension when use FileReference download

Hi!

I'm having an issue that looks common when using the FileReference class in FP10 when saving a file. The whole thing works fine as long as I don't change the default filename. If I do, then I loose the extension of the file... which is annoying >_<

I haven't found any "acceptable" workaround, but the posts I've seen are from a couple of months already. So I'm inquiring hoping that something's been done regarding this issue since then =)

Regards, BS_C3

Community
  • 1
  • 1
BS_C3
  • 385
  • 1
  • 6
  • 23

1 Answers1

0

The only thing i am aware of that you can do is: After succesfull saving check the filename and display a warning if the user used the wrong/no extension.

TobiHeidi
  • 1,201
  • 2
  • 14
  • 23
  • Hi! Thanks for your answer. I saw this solution in other posts but it's not convincing for us. We do not want the user to have to put an extension... That's because the application is gonna be public and we'll most certainly have any kind of users... >_ – BS_C3 Dec 23 '10 at 09:49