walerka
03-15-2010, 12:44 AM
Hello! all, i need help with php upload script for flash.
I write as code with session for upload, my code (snippet) this:
this.uploadedImagePath = "datafiles/session/" + _root.session + "/upload/";
uploadScript = "upload.php?session=" + _root.session;
so, how will look like php code?
thanks
I write as code with session for upload, my code (snippet) this:
this.uploadedImagePath = "datafiles/session/" + _root.session + "/upload/";
uploadScript = "upload.php?session=" + _root.session;
so, how will look like php code?
thanks