# Create/Read/Write text files in Flash

**URL:** https://forum.kirupa.com/t/create-read-write-text-files-in-flash/826
**Category:** flash
**Created:** [July 31, 2002, 10:24am UTC](https://forum.kirupa.com/t/create-read-write-text-files-in-flash/826 "2002-07-31T10:24:42Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![raj](https://avatars.discourse-cdn.com/v4/letter/r/c0e974/32.png) [@raj](https://forum.kirupa.com/u/raj)
#### Post date: [July 31, 2002, 10:24am UTC](https://forum.kirupa.com/t/create-read-write-text-files-in-flash/826/1 "2002-07-31T10:24:42Z")

</div>

Hi to my Haiku Masters,  
Guys i would like to know if is it possible to CREATE .txt files into a predefined directory from inside flash instead of creating them outside flash and then do the READ/WRITE operations

Raj=)

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 31, 2002, 4:20pm UTC](https://forum.kirupa.com/t/create-read-write-text-files-in-flash/826/2 "2002-07-31T16:20:33Z")

</div>

It’s possible but you need a php or cgi file to mediate between the flash file and txt file.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 1, 2002, 3:10am UTC](https://forum.kirupa.com/t/create-read-write-text-files-in-flash/826/3 "2002-08-01T03:10:47Z")

</div>

and along with PHP or CGI you need to be on a server that lets you CHMOD your files so they become readable, writeable, and executable (usually CHMOD 777).
