Re: [Flashcoders] Flash File Upload using .NET

2006-10-20 Thread Tony Trapp
Jason good point about .net and so easy to use with uploading. Tony... - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, October 20, 2006 5:44 AM Subject: RE: [Flashcoders] Flash File Upload using

RE: [Flashcoders] Flash File Upload using .NET

2006-10-20 Thread Merrill, Jason
>>a file if safe mode is on and your PHP script is not the owner... This thread was never about PHP was it? Or was that a side question Carl asked? Jason Merrill Bank of America Learning & Organization Effectiveness - Technology Solutions ___

RE: [Flashcoders] Flash File Upload using .NET

2006-10-20 Thread Merrill, Jason
>>I've found that when uploading using FileReference, my files end up >>being read only by the owner (chmod 600). I have never found that to be an issue in my experience. We have an app that you use FileReference to upload the file to an ASPX page, then another button you can then use to load th

Re: [Flashcoders] Flash File Upload using .NET

2006-10-20 Thread postmaster
Hi, "safe mode" can have an effect on what chmod is allowed to do - you can't chmod a file if safe mode is on and your PHP script is not the owner... Shared hosting? I am not to sure about the mechanism behind FileReference so I don't know how it passes the data to the server, but if it is

Re: [Flashcoders] Flash File Upload using .NET

2006-10-19 Thread Carl Welch
I've found that when uploading using FileReference, my files end up being read only by the owner (chmod 600). Which in turn doesn't allow the file to be read back into my swf Does anyone know of a way to make it chmod to 644? I 've tried to make php set it to the proper chmod but to no avail.

RE: [Flashcoders] Flash File Upload using .NET

2006-10-19 Thread Liam Mincy
PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, > Jason > Sent: Thursday, October 19, 2006 11:49 AM > To: Flashcoders mailing list > Subject: RE: [Flashcoders] Flash File Upload using .NET > > Yes, I use the FileReference class and call an aspx page, attaching >

RE: [Flashcoders] Flash File Upload using .NET

2006-10-19 Thread Brake, Stephen
be changed to allow this. The size and timeout properties are up to the individual to decide. // -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, October 19, 2006 11:49 AM To: Flashcoders mailing list Subject: RE: [Fl

RE: [Flashcoders] Flash File Upload using .NET

2006-10-19 Thread Merrill, Jason
n Effectiveness - Technology Solutions >>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Liam Mincy >>Sent: Thursday, October 19, 2006 11:12 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders] Flash

[Flashcoders] Flash File Upload using .NET

2006-10-19 Thread Liam Mincy
Hi, I was wondering if anyone knew of a source or a way to get file uploads to work under ASP.NET 2.0 through Flash? I have found examples of doing this under PHP and ColdFusion, but nothing that does file uploads without the postback under .NET Thanks, liam m- _