Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I write a file to the SD card from a mozilla plug-in or extension?

  • 2 답장
  • 4 이 문제를 만남
  • 1 보기
  • 최종 답변자: johns4ta

more options

Is it possible to write a file to external storage on an Android device from a browser plug-in or extension?

Is it possible to write a file to external storage on an Android device from a browser plug-in or extension?

모든 댓글 (2)

more options

Just to clarify, I don't want to change the default download location, I just want to be able to write to a text file on the SD card/external storage.

more options

I found the answer here https://developer.mozilla.org/en-US/Add-ons/SDK/Low-Level_APIs/io_text-streams. I just set the write location to "/mnt/sdcard"