# Image uploadING IN FLASH

**URL:** https://forum.kirupa.com/t/image-uploading-in-flash/260302
**Category:** flash
**Created:** [May 14, 2008, 10:30am UTC](https://forum.kirupa.com/t/image-uploading-in-flash/260302 "2008-05-14T10:30:20Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![arvi\_mca](https://avatars.discourse-cdn.com/v4/letter/a/8c91f0/32.png) [@arvi\_mca](https://forum.kirupa.com/u/arvi_mca)
#### Post date: [May 14, 2008, 10:30am UTC](https://forum.kirupa.com/t/image-uploading-in-flash/260302/1 "2008-05-14T10:30:20Z")

</div>

Hi everyone!

Advance thanks for the help, i am struggling with the upload function in flash, I know we can perform upload using file reference class, but i dont know how to use the class or other file uload functions for the following concept, Iam just populating a image gallery with help of xml file, when i click the image from the gallery, the image should be uploaded, i dont know how to do this

For Ex:

```auto

clip.onRelease = function() {
                
      i want the upload function here, i can get the location of the file but i cant upload
      
}

```
