| Ultrashock Forums
• [tutorial] Flash Uploading |
|||
![]() |
||||
| Search this Thread | Thread Tools | Display Modes |
|
|
|||||||||||||||||||||||||
![]() |
Ultrashock Member Comments:
|
|
2005-09-22
#2 |
||
|
Thanks Neverrain. Very interesting tutorial |
|
|
2005-09-22
#3 |
||
|
Wicked, Nice job - this will come in handy sometime.
|
|
|
2005-09-22
#4 |
||
|
nice! great job bud.
|
|
|
2005-09-22
#5 |
||
|
Thank you neverrain. Cool thing to include a video |
|
|
2005-09-22
#6 |
||
|
|
|
2005-09-23
#7 |
||
|
Excellent, thanks for sharing
|
|
|
|
2005-09-26
#8 |
||
|
Neverrain, thanks for sharing the code. it looks great. One question here, if I don't install the PHP or ASP services on my server. Is there any way to run the code? It seems the flash just pass the parm. to the PHP or ASP. ( flash doesn't have ability to upload file by itself ) Cheers man |
|
|
|
2005-09-27
#9 |
||
|
i have yet to get this or any other tute on using fileReference to work (including the example under flash 8 help). it seems i'm not alone in that after doing some sleuthing. also you don't reference your dyn. text boxes correctly in this tutorial. not a big deal i guess. has anyone else gotten this to work and actually upload a file? i wonder if there are some security issues.
|
|
|
|
2005-09-27
#10 |
||
|
Dear neverrain, I found a *bug* of fileReference in flash 8. I added more actions to check the file size in onOpen section. however, it is tricky. If you try to select a file over 1MB file, it tells you "Failed to upload file over 1MB."(works great) BUT if you try to select the same file again, it seems skip the checking part and can upload -_- Does anybody want to try? I tried to move the checking part into onSelect section. still doesn't work. ActionScript Code:
ActionScript Code:
|
|
|
|
2005-09-30
#11 |
||
|
no one wants discuss this isuess?
|
|
|
2005-10-05
#12 |
||
|
Excellent!!!!!!!!
|
|
|
|
2005-10-20
#13 |
||
|
Thanks Neverrain! Does anyone know if it it possible to use fileReference in AS1? It says so in the documentation but doesn't give much help on how to do it.
|
|
|
|
2006-01-06
#14 |
||
|
Can you submit metadata in the same request? I would like to send up some description information with the images I upload. |
|
|
|
2006-01-06
#15 |
||
|
I can make it work... the file upload... evrything was fine but it says that the file was upload and then never appear in the ftp server... do you know why? thnx for help
|
|
2 Creative Assets
|
2006-01-07
#16 |
||
|
Originally posted by evanezzcen Make sure you've changed the folder's CHMOD to 777 (full read-write permission) and that the path you specify in upload.php (if you've changed it from the original code) is an actual directory.
I can make it work... the file upload... evrything was fine but it says that the file was upload and then never appear in the ftp server... do you know why? thnx for help
|
|
|
2006-01-07
#17 |
||
|
ok this might sound stupid but how about the other way around.. downloading?
|
|
|
|
2006-01-31
#18 |
||
|
multiple files
is there a way in which i can upload multiple files at the same time ??? hope you can help me thanks |
|
|
2006-01-31
#19 |
||
|
Re: multiple files
Originally posted by chicharo Yes, checkout the FileReferenceList class in the flash help documents.
is there a way in which i can upload multiple files at the same time ??? hope you can help me thanks |
|
|
2006-02-01
#20 |
||
|
Nice tute, will have a right good butchers later and comment again.
|
|
|
|
2006-02-04
#21 |
||
|
It doesnt work on mozilla
|
|
|
2006-02-04
#22 |
||
|
This example doesnt seem to, but the flash FileReference class is compatible with all modern browsers. Look it up in the flash help documents
|
|
|
2006-02-05
#23 |
||
|
I have worked my way through this tutorial, but for some reason it seems to be getting stuck when uploading the file. This happens using both firefox and ie. It does the same thing when using neverrains example as well. Any ides anyone...
|
|
|
2006-02-07
#24 |
||
|
That could be a server issue, i found flash uploading didnt work correctly with my original server setup, i mentioned it to my hosting company and they fixed it and it works great now.
|
|
|
2006-02-07
#25 |
||
|
Yeah I checked with my hosting company and they didn't see a problem, the weird thing is that I can't get neverrains demo http://www.neverrain.net/experiments/flashupload/ to upload anything either. Perhaps he has switched the chmod off to stop his server getting full! Can you remember what your hosting company had to change to get it working? Perhaps if I can give them a suggestion it may help. Thanks. |
|
|
2006-02-28
#26 |
||
|
duh, this is great man!!! after 3 years of rest... at last i'm back here and grabbed me some new tutorials on flash-FTP uploading!!
|
|
|
2006-09-23
#27 |
||
|
Is there some way to make progress bar when uploading?
|
|
|
2006-09-24
#28 |
||
|
onProgress is your friend for this one
|
|
|
2006-09-24
#29 |
||
|
yes i figured it out meanwhile, no problem, was just layze yesterday :-)
|
|
|
2006-10-11
#30 |
||
|
I have some problem using the script. The manual says you should put a parameter in the function declaration, like file:FileReference. And, I'm wondering how can I debug the script, since the data posting is transparent. The script doesn't work locally, but I can't manage to find the bug. If I write Code:
print_r ($_FILES); |
|
|
2006-12-09
#31 |
||
|
Hello The download http://www.securestores.com/nvr/asset_creation.zip seems to be offline. Can I get this file from somewhere else? |
|
|
|
2007-02-21
#32 |
||
|
so can anyone give me a tip on how I might use this to load a local image into the swf at runtime for display??
|
|
|
2007-03-29
#33 |
||
|
Hey guys, good tut, I have a question....... what if I want to have a flash form with an image send file...... I don't want to upload the file once is selected, I want to the user fill the form, select the image and then upload the data and the image. Is this possible? Somebody has a tut about that? |
|
|
2007-10-17
#34 |
||
|
Originally posted by Silver_S +1Hey guys, good tut, I have a question....... what if I want to have a flash form with an image send file...... I don't want to upload the file once is selected, I want to the user fill the form, select the image and then upload the data and the image. Is this possible? Somebody has a tut about that? It would be nice to be able to do this. |
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|


33 comments
| 5130 views


2
Linear Mode