[flexcoders] Re: File Upload with php on Mac

2010-09-07 Thread valdhor
Does file uploading work from an HTML page? Get this working before involving AS3. --- In flexcoders@yahoogroups.com, Christophe christophe_jacque...@... wrote: Hello, What is the specificity of the Mac plateform, because my upload function with AS3 and Php is working on Pc but not on

[flexcoders] Re: File Upload Problem - Duplicate File Names

2010-02-26 Thread criptopus
I have already ran php code manually and it allowed me to over write the file, the same code is called via a Request() in Flex but this will not work. - Stephen --- In flexcoders@yahoogroups.com, valdhor valdhorli...@... wrote: Check the server logs. It will probably say something to the

[flexcoders] Re: File Upload Problem - Duplicate File Names

2010-02-26 Thread valdhor
The server has no idea of the directory structure of your local file system - all it knows is file name and data. When you do the upload, does the file get overwritten? If so, the server is probably caching the first file and sending it when you request a file with the same name. --- In

[flexcoders] Re: File Upload Modules

2010-02-24 Thread criptopus
Yes modules directory changed thus i had to ../../ as it where. - Thanks --- In flexcoders@yahoogroups.com, Flex myflexdownlo...@... wrote: Did you try using an absolute URL for server file upload url as opposed to relative paths? I am not sure what url you are loading the module from

[flexcoders] Re: File Upload Problem - Duplicate File Names

2010-02-24 Thread valdhor
Check the server logs. It will probably say something to the effect that there is already a file by that name and it can't replace it. --- In flexcoders@yahoogroups.com, criptopus sd_br...@... wrote: I'm having trouble with file upload. I have three files: C:/File1/myfile.flv

[flexcoders] Re: File Upload Modules

2010-02-23 Thread Flex
Did you try using an absolute URL for server file upload url as opposed to relative paths? I am not sure what url you are loading the module from relative to web root and te same realtive paths as in your original app may not work. Web Manager Flexdownloads.com --- In

[flexcoders] Re: file upload not responding.....

2009-11-16 Thread stinasius
please disregard this post... its ok now. i got it to work...

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-11 Thread adebonis
No it just plain http --- In flexcoders@yahoogroups.com, Tom Chiverton tom.chiver...@... wrote: On Tuesday 08 Sep 2009, adebonis wrote: We can't get File upload to work with a Browser Running under SunRays on FireFox This isn't over SSL is it ? There's an open bug in Jira for that...

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-10 Thread adebonis
Good point - we have tried under Flash 9 and Latest V10 too. We tried Flex 3.2 3.3 and 3.4 --- In flexcoders@yahoogroups.com, shameer.forflex shameer.forf...@... wrote: Please clarify which flash player version are you using? File Upload has some issue with Flash player9 and Firefox.

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-10 Thread shameer.forflex
Please make sure you have followed the steps mentioned in http://sujitreddyg.wordpress.com/?s=upload when you use flashplayer 10. you will have to configure your Flex Builder to target to Flash Player 10 and also use the new player APIs Thanks, Shameer --- In flexcoders@yahoogroups.com,

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-09 Thread adebonis
Does anyone deploy to SunRay virtual clients? We have a customer who has a ton of them around the world and need to run our Flex based application but File Upload does not work at all... so anyone with any information/ideas on a fix or work around this issue, we would love to hear from you.

[flexcoders] Re: File Upload with FireFox on SunRay Fails-we need this to work

2009-09-09 Thread shameer.forflex
Please clarify which flash player version are you using? File Upload has some issue with Flash player9 and Firefox. Thanks, Shameer --- In flexcoders@yahoogroups.com, adebonis anth...@... wrote: Hope someone out there an help us with this issue. We can't get File upload to work with a

[flexcoders] Re: file upload with rpc

2008-10-21 Thread Deniz Davutoglu
I want to upload file using remoteobject and amfphp --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: Please clarify your question. rpc means many things. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [flexcoders] Re: file upload with rpc

2008-10-21 Thread Fotis Chatzinikos
Prior to flash 10, i think its impossible to get a file inside flash without the server so amd/rpc is probably not possible. I have read somewhere that flash 10 can open files locally,so why do not you google for flash 10 file handling or something similar... Either way i think the best case is

[flexcoders] Re: File upload

2008-01-18 Thread chr_nrt
Sorry Jason, i am trying to do this from yesterday onwards. I went through the documentation, i developed 2,3 samples. I search in google still i couldn't find direct single file upload in flex. In html if you put single statement it browse the file and uploads that particular file. In flex

RE: [flexcoders] Re: File upload

2008-01-18 Thread Clint Tredway
: [flexcoders] Re: File upload Sorry Jason, i am trying to do this from yesterday onwards. I went through the documentation, i developed 2,3 samples. I search in google still i couldn't find direct single file upload in flex. In html if you put single statement it browse the file and uploads

[flexcoders] Re: File upload

2008-01-18 Thread chr_nrt
: Friday, January 18, 2008 12:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: File upload Thank you Jason for your quick response. My end user will upload any type of file like .pdf,.xls or word file. I have to save that file

RE: [flexcoders] Re: File upload

2008-01-18 Thread Merrill, Jason
Community From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of chr_nrt Sent: Friday, January 18, 2008 12:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: File upload

RE: [flexcoders] Re: File upload

2008-01-18 Thread Merrill, Jason
Well, come on now, this is one of those cases where you're not even trying. :) In the help docs, which I referenced in the last post, there are samples and examples. See the topic Working with file upload and download which appears as a topic when you seach for FileReference in Flex Help. If

[flexcoders] Re: File upload

2008-01-18 Thread chr_nrt
Thank you Jason for your quick response. My end user will upload any type of file like .pdf,.xls or word file. I have to save that file name in database and save that file some where in server. Thanks chr --- In flexcoders@yahoogroups.com, Merrill, Jason [EMAIL PROTECTED] wrote: Is there

RE: [flexcoders] Re: File upload

2008-01-18 Thread Merrill, Jason
You only need one button. OK well then... here is a direct copy and paste from the help docs. If you need help with Actionscript, then this probably isn't the list from you, you might want to subscribe to Flashnewbies at chattyfig.figleaf.com. Hope that helps. To upload files to a

[flexcoders] Re: File Upload question

2007-12-27 Thread Dan
Thanks Garcia, I will have a try on that! Happy New Year! Dan --- In flexcoders@yahoogroups.com, Frederico Garcia [EMAIL PROTECTED] wrote: Dan escreveu: Hi, Does anyone tried implement a file upload to a server through servlet while the server is sit behind a proxy? Will the

[flexcoders] Re: File Upload Error in mozilla

2007-10-03 Thread nsmmilind2002
Thanks for your reply Kelly. * Could you please send me the detail about what all the parameters/values are you passing to backend while sending the upload request to the server? And how you are handling it at backend? -Milind * Could you please send me the deatil about what all the

[flexcoders] Re: File upload compression (esp. gzip)?

2007-09-19 Thread Michael
You could probably do an AIR app that could do this. You need to be able to read the bytes of the file inside your app, that's a no-go for a SWF running inside somebody's browser (unless they give you special permissions, and even then there's no controls available for browsing to the file, etc.)

[flexcoders] Re: File Upload Weirdness (DataEvent.UPLOAD_COMPLETE_DATA)

2007-09-12 Thread Stefan Schmalhaus
Come on, guys, I can't believe that I'm the only one with this problem. ;-)

[flexcoders] Re: File upload in Flex

2007-09-12 Thread Derrick Grigg
Stephen, Check this post http://www.dgrigg.com/post.cfm/08/02/2007/Flex-and-Flash-file-uploading-with-return-data Derrick -- Derrick Grigg www.dgrigg.com --- In flexcoders@yahoogroups.com, stephen50232 [EMAIL PROTECTED] wrote: Hi, I've got a new project, which requires that

Re: [flexcoders] Re: File upload in Flex

2007-09-12 Thread Rico Leuthold
To upload files, you could start with this http://weblog.cahlan.com/ 2006/12/flex-upload-component.html and customize, extend it. The only thing they don't show in this component is how to handle the returned result. In order to get the result add an UPLOAD_COMPLETE_DATA Event listener to

[flexcoders] Re: File Upload Weirdness (DataEvent.UPLOAD_COMPLETE_DATA)

2007-09-11 Thread Stefan Schmalhaus
The problem that the DataEvent.UPLOAD_COMPLETE_DATA event isn't fired when uploading files larger than ~600kb seems to depend on the browser/Flash Player. I run version 9.0.47 of Flash Player (regular and debug version) in both Firefox 2 and IE7. The problem only occurs in Firefox. Flash Player in

Re: [flexcoders] Re: file upload max?

2007-09-07 Thread Impudent1
fwiw, I have had it working with ~2-3G files but over that it would do the file transfer but not put the file in as stated by the original post. This is using php Impudent1 LeapFrog Productions

[flexcoders] Re: file upload max?

2007-08-27 Thread Abyss Knight
What kind of server side technology are you using? I think Apache and PHP default between 8 and 12mb, but you have to also take into account the script timeout of 30 seconds. If you're using IIS, the same kind of limitation applies. Though, I can't speak on LCDS or the like. - William --- In

Re: [flexcoders] Re: file upload max?

2007-08-27 Thread Daniel Freiman
The official upload limit for the flash player is 100MB (see livedocs: flash.net.FileReference.upload()), but flash is known to send much bigger files successfully. Adobe just doesn't guarantee that it will work. Try searching the list archives for what people have gotten away with because this

[flexcoders] Re: File Upload and Session

2007-02-16 Thread Paul DeCoursey
In the past I've had flash retrieve the sessionid and then I add that to the file upload request so that they share the session. I don't use Rails so I'm sure of the details of how to accomplish it for your app. --- In flexcoders@yahoogroups.com, john_69_11 [EMAIL PROTECTED] wrote: I'm trying

[flexcoders] Re: File Upload :Complete path of File needed

2006-08-14 Thread gotgoose09
I have also tried to figure this out and through searching found that you can't get the full path because of sandbox security. --- In flexcoders@yahoogroups.com, Kumar [EMAIL PROTECTED] wrote: Hi All, Below is the code that I am using for uploading files. In this code I am able

[flexcoders] Re: File Upload

2006-07-14 Thread Doug Lowder
The browse() method isn't static, so you'll need an object instance, i.e. click=new FileReferenceList().browse(). --- In flexcoders@yahoogroups.com, Ethan Miller [EMAIL PROTECTED] wrote: I'm trying to quickly demonstrate the ability to upload a file. Just need a button with a click action

[flexcoders] Re: File Upload

2006-07-14 Thread Geoffrey Williams
mx:Button label=Upload... click=new FileReferenceList ().browse (); / --- In flexcoders@yahoogroups.com, Ethan Miller [EMAIL PROTECTED] wrote: I'm trying to quickly demonstrate the ability to upload a file. Just need a button with a click action that invokes a file browser in the

[flexcoders] Re: File Upload / FileIO

2005-10-25 Thread mackdoyle
I'm going to bump this because I never saw it show up in the list yesterday. Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM

[flexcoders] Re: File Upload / FileIO

2005-10-25 Thread mackdoyle
I am gettin the error when I try to load my app's index page, which includes the FileIO object supplied by the Macromedia sample, in Flex Builder. Loading it in a browser seems to work fine, however so I am just doing that. Now it acts like it is working fine but the file I upload never shows up

RE: [flexcoders] Re: File Upload / FileIO

2005-10-25 Thread Carson Hager
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mackdoyle Sent: Tuesday, October 25, 2005 12:16 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: File Upload / FileIO I am gettin the error when I try to load my app's index page, which includes the FileIO object supplied

[flexcoders] Re: File Upload / FileIO

2005-10-25 Thread mackdoyle
With the included cffile for now Yahoo! Groups Sponsor ~-- Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM

[flexcoders] Re: File Upload / FileIO

2005-10-25 Thread mackdoyle
NP, thanks Carson. I am noticing that in the events box, when uploading a file, the fr parameter that is a refernce to the flash.net.FileReference is coming through as [object Object]. Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you

RE: [flexcoders] Re: File Upload / FileIO

2005-10-25 Thread Carson Hager
] Office: 866-CYNERGY ext. 89 Mobile: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mackdoyle Sent: Tuesday, October 25, 2005 12:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: File Upload / FileIO NP, thanks

[flexcoders] Re: File Upload / FileIO

2005-10-25 Thread mackdoyle
Where should the destination (upload) folder go by default? In the flex app root or the CF server root? Yahoo! Groups Sponsor ~-- Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.

RE: [flexcoders] Re: File Upload / FileIO

2005-10-25 Thread Carson Hager
PROTECTED] Office: 866-CYNERGY ext. 89 Mobile: 1.703.489.6466 -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of mackdoyle Sent: Tuesday, October 25, 2005 2:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: File Upload / FileIO Where

[flexcoders] Re: File upload: 'Browse' only working on localhost?

2005-09-28 Thread tcarsonhager
I was getting the exact same behavior as you were seeing until I changed that setting on the server. Have you verified that the app is using the Flash 8 player? Have you changed this setting on your local server and possibly not the remote server? Carson --- In