Re: [Flashcoders] Flash Upload and asp.net trouble

2007-02-09 Thread Evan Bond

Do you have an upload script that works even with the newest player?

I built a flash uploader and was using regular ASP...it all worked fine in
player 8 but when player 9 came it crapped out on meso I built one in
.NET and that worked great but now it seems Adobe has come out with another
update and my uploader no longer works.

How did you manage to get uploading to even work with the new player and
ASP.NET?

Sorry for not helping your situtation...I just found out that my uploader is
not working today and I checked the list and saw your message ;)

Evan




On 2/9/07, Rákos Attila [EMAIL PROTECTED] wrote:



Although myself never experienced such (I mainly used PHP with file
uploads), I heard about similar issue with PHP. I guess that it is
caused by a kind of disk write cache or something similar, and more
depends on OS and its settings, than on PHP or ASP.NET. May be
flushing that buffer can help.

Attila

MK I have done flash upload with php, and that worked fine,
MK and now I have an asp.net script -which ALMOST does the job just as
good.
MK
MK The only problem is that when the upload is finished, it does takes a
MK few hundreds or tenths
MK of a second before asp.net really has the file where it should be.
MK
MK In php, I could make a loadMovie on the image I uploaded through the
MK FileReference immediatley when
MK flash told me the upload was finished, anyone knows why asp.net is
MK behaving differently?
MK
MK Now I make a pause for half a second before making a loadMovie call.
MK
MK I got source-code if you want to see into the code.


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] FileReference + ASP + FlashPlayer9

2007-01-02 Thread Evan Bond

Yes, we are using classic ASP

Unfortunately it is the only option we have as the server only supports
classic ASP (no PHP, ASP.NET or CF)




On 1/2/07, Merrill, Jason [EMAIL PROTECTED] wrote:


We do it with Flash 9 and .ASP .NET and it works fine.  Not sure about
classic ASP - is that what you refer to?

Jason Merrill
Bank of America
Learning  Organizational Effectiveness





___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] FileReference + ASP + FlashPlayer9

2007-01-02 Thread Evan Bond

Scratch that...I just found out the server supports ASP.NET and we can make
use of it

Could you point me to a good Flash + .NET upload example script?

Thanks,

Evan


On 1/2/07, Evan Bond [EMAIL PROTECTED] wrote:


Yes, we are using classic ASP

Unfortunately it is the only option we have as the server only supports
classic ASP (no PHP, ASP.NET http://asp.net/ or CF)




On 1/2/07, Merrill, Jason [EMAIL PROTECTED] wrote:

 We do it with Flash 9 and .ASP .NET and it works fine.  Not sure about
 classic ASP - is that what you refer to?

 Jason Merrill
 Bank of America
 Learning  Organizational Effectiveness





 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FileReference + ASP + FlashPlayer9

2006-12-29 Thread Evan Bond

Hi all, this is my first post on this list :)

Hope someone can help me out with this...

There seems to be an issue with the new Flash Player 9 in combination with
FileReference and uploading through ASP.

I tested the following scenario's

Flash 8 Player - PHP = OK
Flash 8 Player - CF = OK
Flash 8 Player - ASP = OK

Flash 9 Player - PHP = OK
Flash 9 Player - CF = OK
Flash 9 Player - ASP = DOES NOT WORK

It seems like flash player 9 has difficulties uploading through ASP. We
tried this on 2 ASP servers which are running ASP 1+.

I used the asp script in combination with FreeAspUpload.asp a popular asp
component.

Has anyone else experienced problems like this? I submitted feedback to the
FlashPlayer9 feedback submission page on adobe.com. But in any case they
never reply to emails unless to obtain more info.

Here is an example:
http://ppt.unisurv.com/test/FileReference.html

If you uninstal FlashPlayer9 and install FlashPlayer8 you can see it work.
Once you upload your file will be here:
http://ppt.unisurv.com/test/upload/files/

Any help is much appreciated.

Cheers,

Evan
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] FileReference + ASP + FlashPlayer9

2006-12-29 Thread Evan Bond

I'm not sure what to check exactly. I added the domain ppt.unisurv.com to my
allowed list.still a no go though on the uploading using FP9

On 12/29/06, l u c h y x [EMAIL PROTECTED] wrote:


Yep yep.
The same behavior here.
Did you check the privacy settings ?

Also check this Firefox plug-in.

http://www.sephiroth.it/weblog/archives/2006/10/flash_switcher_for_firefox.php

Best


On 12/29/06, Evan Bond [EMAIL PROTECTED] wrote:

 Hi all, this is my first post on this list :)

 Hope someone can help me out with this...

 There seems to be an issue with the new Flash Player 9 in combination
with
 FileReference and uploading through ASP.

 I tested the following scenario's

 Flash 8 Player - PHP = OK
 Flash 8 Player - CF = OK
 Flash 8 Player - ASP = OK

 Flash 9 Player - PHP = OK
 Flash 9 Player - CF = OK
 Flash 9 Player - ASP = DOES NOT WORK

 It seems like flash player 9 has difficulties uploading through ASP. We
 tried this on 2 ASP servers which are running ASP 1+.

 I used the asp script in combination with FreeAspUpload.asp a popular
asp
 component.

 Has anyone else experienced problems like this? I submitted feedback to
 the
 FlashPlayer9 feedback submission page on adobe.com. But in any case they
 never reply to emails unless to obtain more info.

 Here is an example:
 http://ppt.unisurv.com/test/FileReference.html

 If you uninstal FlashPlayer9 and install FlashPlayer8 you can see it
work.
 Once you upload your file will be here:
 http://ppt.unisurv.com/test/upload/files/

 Any help is much appreciated.

 Cheers,

 Evan
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com




--
l   u   c   h   y   x
r i a e v o l u t i o n (r)
[EMAIL PROTECTED]
http://www.riaevolution.com
Phone: +54 (11) 4931-7006
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com