Oinam Forum
You are not logged in.
Brajeshwar,
I'm sure this would be a great resource, but your site is currently down. Can you post more details here in this forum, since so many seem to have the same question?
Thanks!
Tyler
Offline
Hey, the site is back up! And, funny enough, the fix is actually on Abdul Qabiz's blog and only linked to from Brajeshwars. Here is the backup link in case the referenced website ever goes down again:
http://www.abdulqabiz.com/blog/archives … d_file.php
Offline
hi
thanks for your response. I am in France so I just read it now.
My problem does not happen because of the onComplete bug - or it doesn't yet... I run into an http error 405 when uploading files on a Mac only. After trying my own solution, I tried the code posted on: http://blog.oinam.com/2005/flash-8-file … -download/ - using PHP and not ColdFusion. Everything works fine when running it on a PC, but not on a Mac. Any idea or clue on how to solve this? Could it be related to that Ruby bug mentioned in the Macromedia Livedocs?
Thanks in advance for your help
Offline
<a href="http://www.flv-converter.com">FLV converter</a> provide you with all popular FLV converter,encoder, decoder and player.
Offline
FLV converter provide you with all popular FLV converter,encoder, decoder and player.
Offline
How does one submit a cancel event? I know how to call a function if a cancel button is hit, but how do you get file.cancel() to work within this script?
Offline
Hi -- thanks for the great piece of software!
Does anyone know if this code within uploadDownload.as can be changed to allow unrestricted file use (ie, any file type can be uploaded & downloaded)?
// files that can be uploaded
fileTypes = [
{description:"Images [*.jpg,*.gif,*.png]", extension:"*.jpg;*.gif;*.png"},
{description:"Video [*.mov,*.avi,*.mpg,*.mpeg,*.wmv]", extension:"*.mov;*.avi;*.mpg;*.mpeg;*.wmv"},
{description:"Documents [*.pdf,*.doc]", extension:"*.pdf;*.doc"},
{description:"Audio [*.wav,*.aiff,*.mp3]", extension:"**.wav;*.aiff;*.mp3"}
];
many thanks
Offline