Upload To Server
i am trying to make a thing where it uploads file to my server using flash if i can so like you can upload stuff to my server how?
FlashKit > Flash Help > Flash General Help
Posted on: 01-19-2004, 10:29 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Can We Upload Movieclip To Some Server Using Filereference.upload() Method?
hi to all
can we upload movieclip to some server using filereference.upload() method?
i know filereference upload files that only resides on localdisk and that we select using browse methods but is it possible that we convert movieclip which contains single image to filereference object so that we can upload it using filereference.upload() method?
thanks
mjanjua
Upload To Server
I'm trying to build my flash site so that it enables a user to upload files to a folder on my server. Idealy, this folder would be password protected. Anybody know where to start here?
Best Regards,
KQ
How To Upload To Server
hello how do you make a flash form that will upload users things to my site?
like newgrounds
Upload To Server
hello i am trying to make a flash form to let users upload there file to my server how?
Upload Still To Server
Basically I have a button that takes a still from my camera. I want to upload this photo to my server. How would I do this?
ActionScript Code:
submit.addEventListener(MouseEvent.CLICK, submitClick);
function submitClick(event:MouseEvent):void {
var jpgSource:BitmapData = new BitmapData (v.width, v.height);
jpgSource.draw(v);
var jpgEncoder:JPGEncoder = new JPGEncoder(85);
var jpgStream:ByteArray = jpgEncoder.encode(jpgSource);
Upload To Server?
Ok, well I'm not sure if this is where I should post this, but anyway, I have a proboards forum and I want to put some of my flash files in the headers. How do I do this?
Don't Know How Upload Movie To My Server
I can’t Upload the .swf / htm to may server
Can’t export movie from SWiSH 2.
This is my firth time
I don’t know what is next after saving the movie as the tutorial indicate?
after saving the movie the intruccion indicate that
"now you are ready to upload the movie" but I don't know
what is next.
How Upload Images On Server
Hi all, i want make a photo album where can user upload his image on the web. How is it possible to make it?
I can use ASP script on my server.
Thanks for any suggestion.
Jan.
How To Upload A File To The Server
What I have is an application that updates an XML file sends it to a PHP to save thi data to the server. For each entry, there is an associated file that needs to be uploaded to the server also. HOW can I do this? I know PHP will handle uploads, I am not exactly sure how yet( another language to learn and digest ) how may I let the user browse for the file to choose? Maybe a lil java applet or script can do this, I think All I need is the path and then send that info to the php script to grab??? This project NEEDS this upload... ANY IDEAS would be most helpfull on how this can be accomlished. I am using Flash MX as the front end and PHP on the server to write the updated XML file..
Thanx for your time
I see a browse on this post message page... what do I need to do?
.swf File Will Not Upload To Server
I'm using Dreamweaver CS3. I'm new to Flash and It seem that every time I take 3 steps forward I have to take one back. I've inserted the .swf into the html page, where it resides inside a cell within a table. It plays there, and in Preview In Browser.
I've uploaded the .html page to the server but the movie (and all the code relating to it) will not go along with the rest of the page contents. There is no trace of any movie coding anywhere on that .html page on the server.
I have three other Flash movies on this site, all on different .html pages. All the elements of all the Flash movies are in their own folders, all of which reside in one single Flash folder. The other three movies play successfully on the server.
And on my computer, in Dreamweaver Code View, the correct path to the .swf file is present. But, only for that one movie, none of the Flash movie code will upload to the server.
Hoping someone can help... Thanks... oslavens
Server Jpegs Upload?
hello .
i am having troubles with a server browser issue .i have a jepg and i call that from a button to view it in the browser.the jepg is in an html file .and i cannot view it on the web .both html and the jpeg are in the same folder on the server .i have never uploaded jpegs to the server before ,and its not showing the pic =jpeg any help would be great .
cheers
I Want To Upload Images To The Server
people who Im doing a site for want to be able to upload images to the site database from their site... I know how to do it using regular HTML forms, but would rather do it from within a flash movie... (having the user be able to browse their hard-drive and select a picture to upload)...
thanks for the help!
ivan
Upload Photo To Server [F8, PHP]
Hello,
I need to have a photo upload option on a form i am creating in flash. I would like to do this with PHP and Flash 8.
Can anyone please help or point me to a tutorial on this.
I am creating a form, where people can enter information, then include a photo which needs to be saved in a folder specified by a entry on the form.
Thanks alot.
Q
Upload To Different Folders On Server
I'm currently trying to build a flash image uploader and have searched here and google and found many tutorials for this.
My problem is that they all seem to upload the images to just one folder, is there a way the user can select or create a new folder to upload images to?
Any help or pointers to tutorials much appreciated.
Sean
Upload .flv File To Server Via FTP?
Is there a trick to uploading an .flv file to my server?
I keep trying to do so but when it transfers ws_ftp makes the failed to upload sound. Though the file appears to be there after the upload it says that is is 0 in size, even though it is 364 kb in real life.
Any help is appreciated
Thanks
Flash 10 Upload To Server
I was hoping someone could solve an issue or provide a realistic workaround for a security issue with regards to upload with the Flash 10 player.
In my project http://www.100feelingsfelt.org 100 images are constructed from found feelings via we feel fine. These images are then saved one by one onto Amazon S3 and then an xml file is sent to Moo where the purchase of these Moo cards is the completed. Everything works great in Flash 9.
Then along comes Flash 10 with it's new security restrictions for saving files to a server, in that any file upload, in this case sending a byteArray through a POST request must be initiated by a user click or a key press. This would be fine if I was just saving one image, but I'm saving 100. This would mean each time the next image is ready to be saved the user would have to click a button! I did try saving the 100 images in one go inside the onClick event handler but Flash just died as you might guess it would, plus it's not exactly an elegant solution.
So does anyone have an idea on how to solve this thorny issue? At the moment it looks like this project is dead in the water for anyone using Flash 10 or above, which is a shame.
Thanks.
Bren.
Movie Will Not Upload To Server
I'm using Dreamweaver CS3. I'm new to Flash and It seems that every time I take 3 steps forward I have to take one back. I've inserted the .swf into the html page, where it resides inside a cell within a table. It plays there, and in Preview In
Browser.
I've uploaded the .html page to the server but the movie (and all the code relating to it) will not go along with the rest of the page contents. There is no trace of any movie coding anywhere on that .html page on the server.
I have three other Flash movies on this site, all on different .html pages. All the elements of all the Flash movies are in their own folders, all of which reside in one single Flash folder. The other three movies play successfully on the server.
And on my computer, in Dreamweaver Code View, the correct path to the .swf file is present. But, only for that one movie, none of the Flash movie code will upload to the server. I'd like to supply a web address, but this forum does not allow the inclusion of URLs. To bad, it would certainly clarify the problem.
Hoping someone can help... Thanks... oslavens
Upload A File From Viewer To Server?
I'd like to be able to have a feature in the movie where a viewer can upload a file to the server. They can either type in the filename or click a "Browse" button that allows them to select a file on their machine, and then submit to upload it.
I can do this in PHP no problem, and I'm trying to figure it out in ASP as a backup since this Flash movie's going on an IIS server, but I'd really like to be able to incorporate this feature into the movie itself.
(The final goal is to be able to use the jpg a browser uploads in the flash movie, but I think if I can get it to upload, I can figure out the rest.)
If anyone knows of any tutorials or the names of the concepts/processes (like uploadLocalFile *g*) I can look it up.
Thanks for any hints!!
Liam
Upload A File From Viewer To Server?
I'd like to be able to have a feature in the movie where a viewer can upload a file to the server. They can either type in the filename or click a "Browse" button that allows them to select a file on their machine, and then submit to upload it.
I can do this in PHP no problem, and I'm trying to figure it out in ASP as a backup since this Flash movie's going on an IIS server, but I'd really like to be able to incorporate this feature into the movie itself.
(The final goal is to be able to use the jpg a browser uploads in the flash movie, but I think if I can get it to upload, I can figure out the rest.)
If anyone knows of any tutorials or the names of the concepts/processes (like uploadLocalFile *g*) I can look it up.
Thanks for any hints!!
Liam
Upload A File From Viewer To Server?
I'd like to be able to have a feature in the movie where a viewer can upload a file to the server. They can either type in the filename or click a "Browse" button that allows them to select a file on their machine, and then submit to upload it.
I can do this in PHP no problem, and I'm trying to figure it out in ASP as a backup since this Flash movie's going on an IIS server, but I'd really like to be able to incorporate this feature into the movie itself.
(The final goal is to be able to use the jpg a browser uploads in the flash movie, but I think if I can get it to upload, I can figure out the rest.)
If anyone knows of any tutorials or the names of the concepts/processes (like uploadLocalFile *g*) I can look it up.
Thanks for any hints!!
Liam
Upload A File From Viewer To Server?
I'd like to be able to have a feature in the movie where a viewer can upload a file to the server. They can either type in the filename or click a "Browse" button that allows them to select a file on their machine, and then submit to upload it.
I can do this in PHP no problem, and I'm trying to figure it out in ASP as a backup since this Flash movie's going on an IIS server, but I'd really like to be able to incorporate this feature into the movie itself.
(The final goal is to be able to use the jpg a browser uploads in the flash movie, but I think if I can get it to upload, I can figure out the rest.)
If anyone knows of any tutorials or the names of the concepts/processes (like uploadLocalFile *g*) I can look it up.
Thanks for any hints!!
Liam
Upload A File From Viewer To Server?
I'd like to be able to have a feature in the movie where a viewer can upload a file to the server. They can either type in the filename or click a "Browse" button that allows them to select a file on their machine, and then submit to upload it.
I can do this in PHP no problem, and I'm trying to figure it out in ASP as a backup since this Flash movie's going on an IIS server, but I'd really like to be able to incorporate this feature into the movie itself.
(The final goal is to be able to use the jpg a browser uploads in the flash movie, but I think if I can get it to upload, I can figure out the rest.)
If anyone knows of any tutorials or the names of the concepts/processes (like uploadLocalFile *g*) I can look it up.
Thanks for any hints!!
Liam
Upload A File From Viewer To Server?
I'd like to be able to have a feature in the movie where a viewer can upload a file to the server. They can either type in the filename or click a "Browse" button that allows them to select a file on their machine, and then submit to upload it.
I can do this in PHP no problem, and I'm trying to figure it out in ASP as a backup since this Flash movie's going on an IIS server, but I'd really like to be able to incorporate this feature into the movie itself.
(The final goal is to be able to use the jpg a browser uploads in the flash movie, but I think if I can get it to upload, I can figure out the rest.)
If anyone knows of any tutorials or the names of the concepts/processes (like uploadLocalFile *g*) I can look it up.
Thanks for any hints!!
Liam
Upload Files To Server Via Flash (PHP)?
Hello,
Can anyone please help me figure out how to upload files to a server using flash and if necessary php.
I am designing a site for a photographer friend, which has no ftp experience or anything. i would like to just have a page where she can upload her photos to the webserver herself.
I would like to do this via flash, if server side is needed, then flash + php.
Thanks much for any help. is there any tutorials about this?
Q
Rookie Here: My First Flash - To - Server Upload
Hi All,
New to FLASH, so please bear with me...
I subscribed to one of them flash template places and purchased a template.
After manipultaing and publishing (here is yet another question "publishing vs. control+enter (test)" which is the right way to get a final result or they the same?) my flash file, I ran it through dreamweaver to get it up to my server.
So here is my main question:
"html VS. swf" Which one is called when someone is trying to view my site?
And if I DO keep the (MyCompanyName.HTML & MyCompanyName.SWF) "my_company_name.extension" naming convention as it was published from "MyCompanyName.FLA" file , then nothing seems to work.
Do I have to rename the "MyCompanyName.HTML" to "index.html" and use that?
The company I bought it from makes NO MENTION of having to rename anything, but MyCompanyName.HTML definitely doesn't work.
If i change the MyCompanyName.HTML name to index.html it works, but it does not center it nicely like the .swf file does.
Is there a way to make the "swf" file the index file?
Explanations of any of the above will be greatly appreciated.
Cheers,
G.
Help Can't Upload My Flash Swf File To Server
I have a flash file that I am publishing which creates the swf and html file that I need. When I upload it using ftp commander software, it uploads but then my site is blank and nothing is there? What am I doing wrong? HELP!
Upload Files To Server Using Flash
Hello,
Can anyone please help me figure out how to upload files to a server using flash and if necessary php.
I am designing a site for a photographer friend, which has no ftp experience or anything. i would like to just have a page where she can upload her photos to the webserver herself.
I would like to do this via flash, if server side is needed, then flash + php.
Thanks much for any help. is there any tutorials about this?
Q
Upload Files To Server Via Flash
Has anybody heard or seen a site that enables you to use flash to upload files to the server so that the flash site in turn can read those files.
I want to create a photo web site and I want to be able to have friends and family upload their photos to the site and then have them be browsable on that flash site. I prefer working with FlashMX and PHP possible.
Anybody seen any site that mentions such a thing, has a tutorial or even does it...and also has anybody seen any books about it?
Please let me know, thank you.
When You Upload Your Flash Website To The Server....
does the SWF run slower from when you test it in flash? I've set it to 31 fps, got pre-loaders and it runs really smooth when I hit hit ctl+enter.
When I preview it from Dreamweaver 8 in a browser window, the motion tweens look alot slower. Will it run as quick as it does in flash when I upload it to the server?
Your comments would be really helpful,
Thanx.
Upload Files To Server Using Flash (PHP)?
Hello,
Can anyone please help me figure out how to upload files to a server using flash and if necessary php.
I am designing a site for a photographer friend, which has no ftp experience or anything. i would like to just have a page where she can upload her photos to the webserver herself.
I would like to do this via flash, if server side is needed, then flash + php.
Thanks much for any help. is there any tutorials about this?
Q
Webpages Not Changing On Server After File Upload
Hello everyone. I've been having this problem for some time now and can't seem to find out why. I'v recently had the same problem on windows 2k pro and am now having the same with win xp pro...both using flash mx. I create a flash movie, publish it and upload the swf and the html files using an ftp program. I go to look at the page online (on the server) and am looking at an older version every time. I clear my cache and cookies each time and even manually delete the temp internet files under all users in my windows explorer, but still the same thing happens. I force a fresh reload by using Ctrl + F5 - again no change. If I wait until the following day, the newer version will be visible. This has to be a caching problem (I think), but I can't see what I'm doing wrong and how to prevent this. Please help....
Upload Images To Server With Flash, PHP, A Prayer?
Upload images to server with Flash?
Don't know if its possible but I thought I'd ask.
I'm building a simple Content Management System for my website, so I can update it quickly. Site uses text files to display text and load other flash movies into the main flash file. I've already built the backend to update the text files using flash and PHP, through the browser window. Works fine. Thats done.
Next, what I would like to be able to do is upload jpegs on my desktop, into a folder on the server where my site is. Basically ftping through the web browser, using PHP and flash.
Haven't tried it yet, thought I'd ask first see if someone could point me in the right direction...
MY FLASH SWF DOESN'T PLAY WHEN I'LL UPLOAD ON THE WEB SERVER
Hello every1!!!
I appreciate ur time by reading this topic. Recently I came up with some little problem. I'm making a website in Flash and when I'll upload my flash movie on html to the web server my flash swf isn't playing. I can c the background of the html but the flash swf is not loaded. Just a blank frame. Can any1 knows what's the problem?
this is the link to the flash movie
http://shishko.freetzi.com
Thank u!!!
Issues With Uploading Files To A Server Using FileRefence.upload
Ok, I'm not the best at actionscripting, in fact I don't have much experience in it, but I understand the basics of what I'm looking at, which brings me to my current problem.
Here is my current script:
Code:
System.security.allowDomain("http://www.somesite.net");
import flash.net.FileReference;
var listener:Object = new Object();
listener.onSelect = function(selectedFile:FileReference):Void {
statusArea.text += "Attempting to upload " + selectedFile.name + "
";
selectedFile.upload("http://www.somesite.net/upload.php");
};
listener.onOpen = function(selectedFile:FileReference):Void {
statusArea.text += "Uploading " + selectedFile.name + "
";
};
listener.onHTTPError = function(file:FileReference, httpError:Number):Void {
imagePane.contentPath = "error";
imagePane.content.errorMSG.text = "HTTPError number: "+httpError +"
File: "+ file.name;
}
listener.onIOError = function(file:FileReference):Void {
imagePane.contentPath = "error";
imagePane.content.errorMSG.text = "IOError: "+ file.name;
}
listener.onSecurityError = function(file:FileReference, errorString:String):Void {
imagePane.contentPath = "error";
imagePane.content.errorMSG.text = "SecurityError: "+SecurityError+"
File: "+ file.name;
}
listener.onComplete = function(selectedFile:FileReference):Void {
statusArea.text += "Upload finished.
Now downloading " + selectedFile.name + " to player
";
details.text = ""
for(i in selectedFile) details.text +="<b>"+i+":</b> "+selectedFile[i]+"
"
downloadImage(selectedFile.name);
};
var imageFile:FileReference = new FileReference();
imageFile.addListener(listener);
uploadBtn.onPress = uploadImage;
imagePane.addEventListener("complete", imageDownloaded);
function uploadImage(event:Object):Void {
imageFile.browse([{description: "Image Files", extension: "*.jpg;*.gif;*.png"}]);
}
function imageDownloaded(event:Object):Void {
if(event.total == -1) {
imagePane.contentPath = "error";
}
}
function downloadImage(file:Object):Void {
imagePane.contentPath = "http://www.somesite.net/UploadArt/"+file;
}
I guess my first question is where there is something wrong with the actionscript that I've used here. What I'm trying to do is, I have a form that lets a user select a file and upload it to a remote server. Well the file gets selected, the upload button fuction works, and the data gets sent to my php file, but then goes no where. And there's no error echo'd back to my site, in fact it says that the upload is complete. But I check the files on my site and the image isn't uploaded anywhere. Now there's nothing written in the actionscript or the php as far as username and password to access the site, and I'm wondering if that is the problem, and if so what I need to do in order to send that info so the transfer goes through. At the same time I'm wondering if it's easier to send the files through a ftp or through this web address.
Any help would be much appreciated, if there's something else you all need to see to help me out, just lemme know and I'll post it.
Edit:
Ok, I updated the code to reflect what I'm using now, and here is the php that is server side.
Code:
<?php
if(!is_dir("./files")) mkdir("./files", 0755);
move_uploaded_file($_FILES['Filedata']['tmp_name'], "./files/".$_FILES['Filedata']['name']);
chmod("./files/".$_FILES['Filedata']['name'], 0777);
?>
I'm not sure if this will bring any light on my problem, but at this point the file selection is fine, but the problem is that it hangs on the upload. Just says, "attempting" but doesn't go anywhere. Also I want to make the files go to a specific location, and I don't think the php is doing that, and I'm not sure how to change it. I want them to go to a folder of a subdomain. The site itself is also hosted as a subdomian, so I'm not sure if that contributes to the probem or not.
FileReference, Return Data From Server Side Upload Script
I have php upload code that uploads the file. this works!
now what i need is to return data from the server side upload script to the client.
i do 'echo' with php to print out whatever i want but then inside the completeHandler i get this error.
ReferenceError: Error #1069: Property data not found on flash.net.FileReference and there is no default value.
at ---------------::--------/completeHandler()
PHP Code:
file.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA, completeHandler);file.upload(uploadURL);function completeHandler(event:Event):void { _output.text = "completeHandler: " + event.target.data;}
i have also tried
file.addEventListener(Event.COMPLETE, completeHandler);
Flash Image Upload>Manipulate>3D Pesp>Save To Server
Hi
Im working on a project where i need to create a webpage that the end user can upload an image (gif, jpg, png) that is then transformed and mapped to a perspective shape, then saved to the server, and linked in the mysql DB.
Has anyone done something like this before?
Id like to do this in flash, if possible, if not, I guess shockwave is the next option
I thinking of using this to upload and manipulate the image:
http://www.joshbuhler.com/2005/09/14...now-available/
and this to output and save the manipulated image back to the server:
http://www.sephiroth.it/tutorials/fl...reen/index.php
because you cant distort flash movie clips to create a "perspective" im gonna need to use something like this:
http://sandy.media-box.net/blog/index.php
Am I crazy trying to do it this way?
comments/tips appreciated
Upload Script (PHP) Call By FileReference.upload() Can't Read Cookie In NS Or FF
Finally I found the answers to my problem,
these are comment posted on Adobe.com
Hope there is a better solution from Adobe.
Quote:
When swf calling FileReference.upload(handlerURL) method, the handler (which is php server script) can't see session cookies
Steps to Reproduce:
1. page1> setcookie(cookiename,value)
2. page2 swf> FileReference.upload(handlerURL)
3. handlerURL (serverscript)> getcookie(cookiename) return null
Quote:
I CONFIRM THE SESSION COOKIE NOT BEEING SENT WITH THE FILE-UPLOAD POST REQUEST IN FIREFOX 1.5 (NOT TESTED WITH 1.0.X).
THE MULTIPLE FILE UPLOAD FLASH COMPONENT IS USELLES UNTIL THIS BUG IS FIXED BECAUSE WE NEED A SESSION ON THE SERVER SIDE.
Quote:
UPLOAD SESSION COOKIE BUG SOLUTION:
THIS IS HOW TO BYPASS THE BUG ON FIREFOX AND SAFARI WHERE THE SESSION COOKIE IS (UNFORTUNATELY) NOT SENT BY THE FLASH PLAYER.
- IN THE HTML PAGE CREATE A JAVASCRIPT FUNCTION GETCOOKIE() THAT RETURNS THE SESSION COOKIE LOCATED IN 'DOCUMENT.COOKIE' , FOR INSTANCE IF YOU ARE USING PHP IT SHOULD BE NAMED 'PHPSESSID' BY DEFAULT.
- CALL THIS FUNCTION FROM FLASH USING THE EXTERNAL INTERFACE:
VAR COOKIE = STRING(EXTERNALINTERFACE.CALL("GETCOOKIE"));
- APPEND THE COOKIE TO YOUR UPLOAD URL:
.UPLOAD( "/UPLOAD.PHP?"+COOKIE)
VOILA.
ATTENTION:
- DON'T REGENERATE THE COOKIE DURING A SERVER CALL FROM FLASH, BECAUSE THE JAVASCRIPT WILL RETURN ONLY THE COOKIE FROM THE HTML PAGE HOLDING THE SWF.
- UNFORTUNATELY THIS DOESN'T WORK ON OPERA, BECAUSE THE EXTERNAL INTERFACE DOES NOT SUPPORT IT.
- AND CLEAR YOUR COOKIES BEFORE TESTING OF COURSE...
HOPE THIS HELPS...
FRANK.
Quote:
JUST ANOTHER CONFIRMATION: FILE UPLOAD PLUS SESSION COOKIES FAILS ON MAC WITH FIREFOX AND SAFARI, FLASH VERSIONS 8,0,27,0 AND 9,0,20,0. THE FILE GETS UPLOADED JUST FINE BUT THE COOKIES DO NOT GET SET IN THE HTTP REQUEST HEADER.
THIS TYPE OF BUG MAKES ME RECONSIDER POSSIBLY USING FLEX FOR APPLICATION DEPLOYMENT AND REVERT TO JAVASCRIPT + HTML OR JAVA.
more to read:
http://www.visible-form.com/blog/fla...ssion-cookies/
http://robrosenbaum.com/flash/using-...h-php-symfony/
Hope these comments help and save you some time when it happens to you.
Stream Works From Local Desktop To Server But Not Server To Server
I have flash media server running on linux. If I launch a test application from my desktop that points to the flash media server (rmtp://myserver.com/live) it works beautifully. However, If I launch an application from my server(http://myserver.com/myapp) and have it point to my flash media server (rmtp://myserver.com/live) i get a rejected from server error. Does anyone know why this would behave like that and how it might be fixed? Thank you.
Upload Page ...user Can Upload An Image
Im trying to figure out how I can create a page as described.
I want the customer to be able to go to blbla.html and click browse where appropriate and select the image that he/she wants to upload to the server.
How can I accomplish this in Flash, PHP, or straight HTML. I have a few ideas but never really dealt with someone having that kind of access to a server.
Any help would be great! I would prefer to do this in Flash for usability purposes. thanks!
Bug In FileReference: Upload->cancel->upload Not Possible
Hi,
i have written an uploader flash to upload multiple files one after another to a server.
I want to be able to cancel the uploading of a list of filerefences and continue later.
But when i cancel an ongoing upload it is not possible to upload that filereference-object again.
During the second call of upload (after a cancel before) the progress-events are still fired, but not the complete/httperror events. So effectively the upload keeps hanging at the previously canceled filereference.
I tried with Flash 8 and Flash CS3 - with both it was the same problem.
Can anyone confirm this?
Best regards,
Thomas
Upload-script Doesn't Upload
I'm trying to make a button which can upload multiple files in Flash.
This is my code so far:
AS3: http://pastie.org/320443
PHP: http://pastie.org/320444
The problem is that the console in Flash does say that the files are uploaded, but they are not.
I've tried to replace the PHP to just echo "test"; and Flash still says it is uploaded.
So what is wrong with the script and why does Flash says that files are uploaded when they aren't?
|