Re: [flexcoders] File Upload with php on Mac

2010-09-06 Thread meaglith
FileType? --- Blog: http://douhua.im Twitter: http://twitter.com/genedna Website: http://douhua.im --- On Sun, Sep 5, 2010 at 9:09 PM, Christophe christophe_jacque...@yahoo.frwrote: Hello,

[flexcoders] File Upload with php on Mac

2010-09-05 Thread Christophe
Hello, What is the specificity of the Mac plateform, because my upload function with AS3 and Php is working on Pc but not on Mac. Thank you, Christophe,

[flexcoders] File Upload Problem - Duplicate File Names

2010-02-24 Thread criptopus
I'm having trouble with file upload. I have three files: C:/File1/myfile.flv C:/File2/myfile.flv C:/File3/myotherfile.flv When I try to upload the first it works fine video plays brilliant. Then I select the second file (same name, different video) and it plays the first file. Just to check

[flexcoders] File Upload Modules

2010-02-23 Thread criptopus
Why would file upload work before its component became a module but after it becomes a module does it fail with the error... Error #2044: Unhandled IOErrorEvent:. text=Error #2038: File I/O Error. I am completely lost? - Stephen

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

2009-11-16 Thread stinasius
hi guys i recently moved an application from flex 2 to flex 3 as is without changing the code. the file upload code in flex 2 was working perfectly but in flex 3 it's non responsive as in it can browse for files on the pc but cant upload them.. below is my code please help me. private

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

2009-09-10 Thread Tom Chiverton
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... -- Helping to competently strategize B2B bleeding-edge one-to-one data as part of the IT team of the

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

2009-09-08 Thread adebonis
Hope someone out there an help us with this issue. We can't get File upload to work with a Browser Running under SunRays on FireFox We have finally identified the http problem (http 417) which is causing the IO flash error. We tried this on FireFox 3.0 as well as FireFox 3.5.3 both with the

[flexcoders] File upload with pause/resume in Flex?

2009-02-13 Thread bjorn
Suggestions on how to implement this? My first thought is to split a file into chunks of FileReferences and then send these chunks individually, making a note of which chunks of a file that have been transferred and which are waiting. That way I can pause the application and continue later. .. but

[flexcoders] file upload with rpc

2008-10-20 Thread Deniz Davutoglu
Hi guys, does any one tried to upload file using rpc? I wonder how can I post files using rpc... thanks. Deniz

RE: [flexcoders] file upload with rpc

2008-10-20 Thread Tracy Spratt
Please clarify your question. rpc means many things. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Deniz Davutoglu Sent: Monday, October 20, 2008 3:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] file upload

[flexcoders] File upload + Basic Authentication - please, help!!!

2008-08-19 Thread Dmitry Miller
Hello, everyone I am trying to implement file upload and authenticate myself via basic authentication. However, when I try to add Authorization header into underlying URLRequest object, Flash Player seems to ignore my code and proceed without this header. I am using Flash version 9.0.124 which,

[flexcoders] File upload on MAC

2008-07-18 Thread gireeshgiri
Hi, I am having issue in uploading images from MAC machine, I have a java servlet for uploading the files, file upload works fine in PC but not in MAC. Please help. Thanks Gireesh

[flexcoders] File upload to amazon S3 from Flex

2008-04-03 Thread Gaurav Jain
Hi, I have to upload a file on Amazon S3 server in a particular bucket. I am calling the upload() method through FileReference object and providing URLRequest object containing server url as a parameter. But I am getting Invalid arguments error. Can anyone help me out on this?

Re: [flexcoders] File upload to amazon S3 from Flex

2008-04-03 Thread Peter Connolly
Have you taken a look at the Salsa Air application? http://download.macromedia.com/pub/labs/air/sample_apps/b1/Salsa.air It uploads files to Amazon S3.

[flexcoders] File upload in Flex

2008-04-02 Thread Gaurav Jain
Hi, I have to upload a file on Amazon S3 server in a particular bucket. I am calling the upload() method through FileReference object and providing URLRequest object containing server url as a parameter. But I am getting Invalid arguments error. Can anyone help me out on this?

RE: [flexcoders] File upload in Flex

2008-04-02 Thread Giro
Enviado el: miércoles, 02 de abril de 2008 9:40 Para: flexcoders@yahoogroups.com Asunto: [flexcoders] File upload in Flex Hi, I have to upload a file on Amazon S3 server in a particular bucket. I am calling the upload() method through FileReference object and providing URLRequest object containing

[flexcoders] File upload to amazon S3 from Flex

2008-04-02 Thread Gaurav Jain
Hi, I have to upload a file on Amazon S3 server in a particular bucket. I am calling the upload() method through FileReference object and providing URLRequest object containing server url as a parameter. But I am getting Invalid arguments error. Can anyone help me out on this?

Re: [flexcoders] File upload to amazon S3 from Flex

2008-04-02 Thread Dmitry Kochetov
What kind of url do u use ? and u try to direct upload to AM S3 storage ? without creating signature and adding requested headers ? Gaurav Jain wrote: Hi, I have to upload a file on Amazon S3 server in a particular bucket. I am calling the upload() method through FileReference object

[flexcoders] file upload

2008-03-04 Thread Chad Gray
Hello, I am new to Flex and I am wondering if there is a file upload control much like there is in HTML. input type=file Thanks Chad

RE: [flexcoders] file upload

2008-03-04 Thread Beau Scott
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chad Gray Sent: Tuesday, March 04, 2008 7:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] file upload Hello, I am new to Flex and I am wondering if there is a file upload control much like there is in HTML. input type

RE: [flexcoders] file upload

2008-03-04 Thread Chad Gray
Thanks Beau! I will start reading up on it. Chad From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Beau Scott Sent: Tuesday, March 04, 2008 10:49 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] file upload Nothing quite as convenient as a file input

RE: [flexcoders] File upload

2008-01-18 Thread Merrill, Jason
Is there any way i can upload single file in flex. What kind of file and from where? And to where? What kind of file? XML? .JPG? .MP3? Sure. To where? Into Flex? Then it would have to be a compatible media format like xml, jpg, .flv, mp3, etc. If you mean to the server where the file

[flexcoders] File upload

2008-01-18 Thread chr_nrt
Hi, Is there any way i can upload single file in flex. Thanks chr

[flexcoders] File upload with jsp

2008-01-07 Thread nhid
Hi all, I'm looking for a sample of uploading a file to the server using jsp from a flex application. Any help is appreciated. Thank you!

Re: [flexcoders] File upload with jsp

2008-01-07 Thread Rodrigo Pereira Fraga
] [EMAIL PROTECTED] AdobeFlex + BlazeDS + SpringFramework + Hibernate --- From: nhid Sent: Tuesday, January 08, 2008 1:42 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] File upload with jsp Hi all, I'm looking for a sample

[flexcoders] File Upload using web service

2008-01-03 Thread rid_b80
Hi, I'm just wondering is it possible to upload file using web service in flex? I notice that if I upload file using the FileReference method I can only Upload using URL Request. Thanks in advance Anthony Benjamin

[flexcoders] File Upload question

2007-12-27 Thread Dan
Hi, Does anyone tried implement a file upload to a server through servlet while the server is sit behind a proxy? Will the crossdomain issue becomes a problem? I have set up a serlvet with upload function which works perfect, however, when i deploy the servlet into another server, which i

Re: [flexcoders] File Upload question

2007-12-27 Thread Frederico Garcia
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 crossdomain issue becomes a problem? I have set up a serlvet with upload function which works perfect, however, when i deploy the servlet into

[flexcoders] file upload fails on Leopard?

2007-10-31 Thread grimmwerks
Hey - I've got a file uploader that works on Tiger at http://100grand.scribemedia.org . -- just tested it with a laptop (might be the flash version as well, because on this laptop I got the 'dismiss all' screen'). On 2 machines running Leopard I didn't get the plugin alert, but fileupload

Re: [flexcoders] file upload fails on Leopard?

2007-10-31 Thread grimmwerks
It's definately something with leopard. Can someone from adobe confirm please? On Oct 31, 2007, at 7:50 AM, grimmwerks wrote: Hey - I've got a file uploader that works on Tiger at http://100grand.scribemedia.org . -- just tested it with a laptop (might be the flash version as well,

Re: [flexcoders] file upload fails on Leopard?

2007-10-31 Thread Andriy Panas
http://weblogs.macromedia.com/emmy/archives/2007/10/adobe_products.cfm#comments -- -- Med venlig hilsen / Best regards Andriy Panas [EMAIL PROTECTED]

[flexcoders] File upload in Mozilla problem

2007-10-03 Thread msabljic
Hello flexcoders, Hi, I am using Flex with server side PHP script to upload a file from Flex to server and everything works fine when i use Internet Explorer but in Firefox i get the following error: Error #2038: File I/O Error. I googled around and found out that there is a problem with

RE: [flexcoders] File Upload Error in mozilla

2007-10-02 Thread Seth Caldwell
] File Upload Error in mozilla I spent a long time on a very siilar problem in the early days of Flex 2. After hours of intercepting and reviewing HTTP(s) requests, the only diffrence I've noticed between Mozilla and IE with Flex file uploads is that Mozilla does not send *any* cookies

Re: [flexcoders] File Upload Error in mozilla

2007-10-02 Thread Tom Chiverton
On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: So basically Milind, we are SOL until adobe tests this themselves, confirms it, and then fixes it. Have you logged a bug (via adobe.com/go/wish or bugs.adobe.com/jira) ? -- Tom Chiverton Helping to conveniently pursue front-end web-readiness

RE: [flexcoders] File Upload Error in mozilla

2007-10-02 Thread Seth Caldwell
@yahoogroups.com Subject: Re: [flexcoders] File Upload Error in mozilla On Tuesday 02 Oct 2007, [EMAIL PROTECTED] wrote: So basically Milind, we are SOL until adobe tests this themselves, confirms it, and then fixes it. Have you logged a bug (via adobe.com/go/wish or bugs.adobe.com/jira) ? -- Tom

[flexcoders] File Upload Error in mozilla

2007-10-01 Thread nsmmilind2002
Hi All, I am facing issue with Mozilla Firefox browser on https. We have Flex application hosted in tomcat secured mode (https) in which we provide the functionality of upload .csv file. Which works fine in IE but the same is not working in Mozilla it giving me the following error? Error

Re: [flexcoders] File Upload Error in mozilla

2007-10-01 Thread Kelly Birr
I spent a long time on a very siilar problem in the early days of Flex 2. After hours of intercepting and reviewing HTTP(s) requests, the only diffrence I've noticed between Mozilla and IE with Flex file uploads is that Mozilla does not send *any* cookies to the server on the data post.

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

2007-09-19 Thread Jeffry Houser
Technically, I do not believe there is. You might take a look at this AS3 zip library: http://www.nochump.com/blog/?p=15 . fgamador wrote: Is it possible to write a Flash/Flex/AIR app that compresses large files during upload (ideally using gzip)? As far as I can tell, FileReference

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

2007-09-18 Thread fgamador
Is it possible to write a Flash/Flex/AIR app that compresses large files during upload (ideally using gzip)? As far as I can tell, FileReference (and URLRequest) do not support this. Is there any other way? Thanks in advance for any tips.

[flexcoders] File upload in Flex

2007-09-12 Thread stephen50232
Hi, I've got a new project, which requires that the user can upload resources to a system, which other users can access and download through the same system. The types of documents which can be uploaded through the system will include PDFs, Word docs, Excel docs, but this list may increase (e.g.

Re: [flexcoders] File upload in Flex

2007-09-12 Thread Roman Protsiuk
It's possible. See FileReference and FileReferenceList. R. On 9/12/07, stephen50232 [EMAIL PROTECTED] wrote: Hi, I've got a new project, which requires that the user can upload resources to a system, which other users can access and download through the same system. The types of

[flexcoders] File Upload Weirdness (DataEvent.UPLOAD_COMPLETE_DATA)

2007-09-11 Thread Stefan Schmalhaus
I set up a file upload function within a larger Flex application that works with PHP on the server-side. The PHP upload script returns a string after the upload so that I can catch the event DataEvent.UPLOAD_COMPLETE_DATA. There are two anomalies: 1. I use a progress bar that is supposed to -

[flexcoders] file upload max?

2007-08-26 Thread grimmwerks
Is the max filesize 100 megs? Testing upload functionality and it seems to be working, but I'm testing the max size, and huge files (224megs) report that they upload but then they're not there on the server...

[flexcoders] File Upload IO Error because of File Name?

2007-05-23 Thread Tracy Spratt
I can upload files successfully, but have found that some file names cause an IO error to be thrown. The file, OP1_CR001.pdf fails with an io error, though it is a valid pdf file. TestBadOP1.pdf, which is simply a renamed copy of the above file, succeeds in the upload. Are there file naming

Re: [flexcoders] File Upload IO Error because of File Name?

2007-05-23 Thread Mike Weiland
Tracy, Not sure exactly what you are running into, I haven¹t had anything like that in my upload app. However, if you have snort or some other rules based system there might be something like that thinking the file is an intrusion and blocking the upload. We had this happen with WordPress, a

Re: [flexcoders] File Upload I/O error only on Mac

2007-05-04 Thread Paul J DeCoursey
I've seen this as well. But it has not been a priority yet to investigate it, so I don't really know what is going on there. I was thinking it may be sandbox issues. Or perhaps a bug in the player. Let me know if you discover anything. Unfortunately it will be weeks before I get around to

[flexcoders] File Upload I/O error only on Mac

2007-05-03 Thread mthielman11
Hello, we are having a strange problem trying to upload files via flex in out app. Our code works fine from Windows FIrefox. But on the mac we are getting an error: [IOErrorEvent type=ioError bubbles=false cancelable=false eventPhase=2 text=Error #2038: File I/O Error. URL:

[flexcoders] File Upload and Session

2007-02-16 Thread john_69_11
I'm trying to do a file upload to a server (running rails if that matters). When I upload the file it gets sent to the server fine, but gets it's own seperate session. There is also no way to pass a result (like the stored filename) back to flash. Does anyone know of a way to get around this?

Re: [flexcoders] File Upload and Session

2007-02-16 Thread Yiðit Boyar
] To: flexcoders@yahoogroups.com Sent: Friday, February 16, 2007 5:30:25 PM Subject: [flexcoders] File Upload and Session I'm trying to do a file upload to a server (running rails if that matters). When I upload the file it gets sent to the server fine, but gets it's own

Re: [flexcoders] File upload via JAVA

2007-01-25 Thread Abdul Qabiz
You can write simple servlet/jsp that does the uploading. If you can write a simple app with html front end and java backend for file uploading, you can transparently replace front-end with Flash based uploader. You have to take care of cases when multiple-files are being uploaded together, on

Re: [flexcoders] File upload via JAVA ( jsp exemple)

2007-01-24 Thread azurs
correction try { upFile.upload(request,upFile);// upFile.upload(request,logoFile); upFile is the name use in the jsp page } catch (error:Error) { //trace(Unable to upload file.); } azurs a écrit : hello to implement java upload you need a jsp page in your application directory view this

[flexcoders] File upload via JAVA

2007-01-23 Thread [EMAIL PROTECTED]
I'm trying to implement the file upload using the FileReference class and can't find an example of the JAVA code that would be required, I've found .net and php but no java, does anyone have an example ? Cheers Grant

[flexcoders] File Upload and Cross Domain issues

2006-11-07 Thread sbyrne_dorado
Hi. I know there is someone who knows the answer. It may be the unreachable Ted Patrick, who claims he knows the answer in his blog, instead of including the solution, has a link that is now dead to the solution. I am hoping that someone else @ Adobe also knows the answer. PLEASE PLEASE PLEASE

Re: [flexcoders] File Upload and Cross Domain issues

2006-11-07 Thread Clint Modien
This may helphttp://tech.groups.yahoo.com/group/flexcoders/msearch?query=FileReference+Download+patricksubmit=Searchcharset=ISO-8859-1 On 11/7/06, sbyrne_dorado [EMAIL PROTECTED] wrote: Hi. I know there is someone who knows the answer. It may be the

[flexcoders] File Upload :Complete path of File needed

2006-08-14 Thread Kumar
Hi All, Below is the code that I am using for uploading files. In this code I am able to get only name of the file which is to being uploaded, What I want is to get the full path of the file for example c:/new/abxfile.txt. Can some one help me out of these? ?xml

[flexcoders] File Upload

2006-07-14 Thread Ethan Miller
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 user's OS. Tried this: mx:Button label=Upload click=FileReferenceList.browse()/ Per the docs, which gets a compiler error of undefined method

RE: [Junk E-Mail - LOW] [flexcoders] File Upload

2006-07-14 Thread Shannon Hicks
Did you: import flash.net.FileReference; Shan From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan MillerSent: Friday, July 14, 2006 12:27 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] [flexcoders] File Upload I'm trying to quickly demonstrate

RE: [Junk E-Mail - LOW] [flexcoders] File Upload

2006-07-14 Thread Oscar . Cortes
: [Junk E-Mail - LOW] [flexcoders] File Upload | -| Did you: import flash.net.FileReference; Shan From

RE: [flexcoders] File Upload

2006-07-14 Thread Danny Patterson
static, you could call it the way you had it scripted. DP From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Ethan MillerSent: Friday, July 14, 2006 12:27 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] File Upload I'm trying to quickly demonstrate the ability

RE: [flexcoders] File Upload

2006-07-14 Thread Danny Patterson
Subject: [flexcoders] File Upload 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 user's OS.Tried this:mx:Button label="Upload" click="FileReferenceList.browse()"/Pe

[flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
Ok... I've been playing with the file upload stuff all morning, and am 80% of the way there. Here's a quick sample of what my Browse button fires: private function fileBrowse():void {var imagesFilter:FileFilter = new FileFilter("Images",

Re: [flexcoders] File Upload problem?

2006-07-13 Thread Oscar . Cortes
: | | Subject: [flexcoders] File Upload problem

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem? I have something similar working. Try something like this .private function fileBrowse():void {var imagesFilter:FileFilter = new FileFilter("Images", "*.jpg;*.jpeg");configureListeners(imageFil

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Oscar . Cortes
E-Mail - LOW] Re: [flexcoders] File Upload problem?| -| Tried it, still nothing. Is there a bug (or undocumented

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
On Behalf Of [EMAIL PROTECTED]Sent: Thursday, July 13, 2006 2:02 PMTo: flexcoders@yahoogroups.comSubject: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem? I have something similar working. Try something like this .private function fileBrowse():void {var imagesFilter:FileFilter = ne

RE: [Junk E-Mail - LOW] Re: [flexcoders] File Upload problem?

2006-07-13 Thread Shannon Hicks
- LOW] Re: [flexcoders] File Upload problem? It seems that you need to add listeners for each file individually. Take alook at the example in here http://livedocs.macromedia.com/flex/2/langref/flash/net/FileReferenceList.html|-+-| | || | "Shannon

[flexcoders] file upload

2006-06-02 Thread sreedhar reddy
Hi friends,I am using Flex Builder2Beta3 and Java Server Pages and SQLServer 2005 for my project development. I have to provide "file upload" functionality to upload a file in to sql database..If anybody knows the "File Upload" code using actionscript3.0 and JSP, please send that code.Thanks

RE: [flexcoders] file upload

2006-06-02 Thread Stacy Young
, Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sreedhar reddy Sent: Friday, June 02, 2006 10:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] file upload Hi friends, I am using Flex Builder2Beta3 and Java Server Pages

[flexcoders] File Upload In Flex 2.0 Using PHP??

2006-04-17 Thread Faisal Abid
Does anyone know how to File Upload In Flex 2.0 Using PHP?? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to:

Re: [flexcoders] File Upload In Flex 2.0 Using PHP??

2006-04-17 Thread jeremy lu
same as that in flash 8. FileReference and FileList are always there.On 4/18/06, Faisal Abid [EMAIL PROTECTED] wrote: Does anyone know how toFile Upload In Flex 2.0 Using PHP?? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] File Upload In Flex

2005-12-07 Thread Brian McPheeters
Are there any controls in flex that allow you to upload images to the server? Are we able to use the flash 8 upload feature? Thanks Brian -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] File Upload In Flex

2005-12-07 Thread Carson Hager
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Brian McPheeters Sent: Wednesday, December 07, 2005 9:20 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] File Upload In Flex Are there any controls in flex that allow you to upload images to the server? Are we able to use

Re: [flexcoders] File Upload In Flex

2005-12-07 Thread JesterXL
http://www.macromedia.com/devnet/flex/articles/fp8_features.html - Original Message - From: Brian McPheeters To: flexcoders@yahoogroups.com Sent: Wednesday, December 07, 2005 12:20 PM Subject: [flexcoders] File Upload In Flex Are there any controls in flex that allow you

[flexcoders] File Upload over HTTPS: Solved!

2005-11-09 Thread Jason R. Weiss
All, There have been a lot of posts recently at the MACR web site, in the MACR NNTP newsgroups and several threads here (as well as other places) about using the file upload features over HTTPS. Specifically, the problem many folks saw was that it worked great on HTTP but failed with an

RE: [flexcoders] File Upload over HTTPS: Solved!

2005-11-09 Thread Dimitrios Gianninas
people. Jimmy Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Jason R. Weiss Sent: Wed 11/9/2005 8:06 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] File Upload over HTTPS: Solved! All, There have been a lot of posts recently

Re: [flexcoders] File Upload / FileIO

2005-10-25 Thread JesterXL
- From: mackdoyle [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, October 24, 2005 11:18 AM Subject: [flexcoders] File Upload / FileIO I am trying to get the file upload working and have placed all of the files in the app root for now. When I try to run the main.mxml in Flex Builder, I

Re: [flexcoders] File Upload / FileIO

2005-10-25 Thread JesterXL
...or are you talking about the actual ability to upload files via the File object in Flash 8? - Original Message - From: JesterXL [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, October 25, 2005 10:51 AM Subject: Re: [flexcoders] File Upload / FileIO Something

[flexcoders] File Upload / FileIO

2005-10-24 Thread mackdoyle
I am trying to get the file upload working and have placed all of the files in the app root for now. When I try to run the main.mxml in Flex Builder, I get an error message saying An error occurred - cannot put fileio.swf. The process cannot access the file because it is being used by another

[flexcoders] File Upload to oracle 9i DB

2005-10-17 Thread sandip_patil01
Hi All, I already posted this question also I got replies for this but still my problem solved :( I want to save my uploaded file in DB my DB is Oracle 9i. To store file in DB I am still using fileIO feature. From mxml page I am sending file name to JSP page as, x=

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

2005-10-03 Thread manish
:[EMAIL PROTECTED] On Behalf Of manishreisha Sent: Thursday, September 29, 2005 6:06 PM To: flexcoders@yahoogroups.com Subject: Re: RE: [flexcoders] File upload: 'Browse' only working on localhost? Hi all, I also tried the code for File Upload. Even after downloading the flash

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

2005-10-03 Thread Sandip Patil
89 Mobile: 1.703.489.6466 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manishreisha Sent: Thursday, September 29, 2005 6:06 PM To: flexcoders@yahoogroups.com Subject: Re: RE: [flexcoders] File upload: 'Browse' only working on localhost?Hi al

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

2005-10-03 Thread manishreisha
eisha Sent: Thursday, September 29, 2005 6:06 PM To: flexcoders@yahoogroups.com Subject: Re: RE: [flexcoders] File upload: 'Browse' only working on localhost?Hi all, I also tried the code for File Upload. Even after downloading the flash player 8. It ! does not work I am usind the same file

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

2005-10-03 Thread Stacy Young
To: flexcoders@yahoogroups.com Subject: Re: Re: [flexcoders] File upload: 'Browse' only working on localhost? hi sandeep, Everything is working fine on my side. i just want the JSP code so that i can use JSP instead of CFM as i am using tomcat and i do not want to use the cold fusion server. it works

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

2005-09-29 Thread manishreisha
Hi all, I also tried the code for File Upload. Even after downloading the flash player 8. It does not work I am usind the same file upload.cfm to upload the file. What happens it just freezes on initialization. Others applications just work fine. If anyone of you configured that . please let

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

2005-09-28 Thread Stacy Young
[mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager Sent: Tuesday, September 27, 2005 8:11 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] File upload: 'Browse' only working on localhost? What browser? Can you post the code you're using to open the window? Carson

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

2005-09-28 Thread Carson Hager
, 2005 8:23 AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] File upload: 'Browse' only working on localhost? Im using the sample code from mm.com siteNo significant changes. http://www.macromedia.com/devnet/flex/articles/fp8_features.html Are there any kind of security restrictions

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

2005-09-28 Thread Carson Hager
HagerCynergy Systems, Inc.http://www.cynergysystems.com Email: [EMAIL PROTECTED]Office: 866-CYNERGY ext. 89Mobile: 1.703.489.6466 From: Carson Hager Sent: Wednesday, September 28, 2005 3:14 PMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] File upload: 'Browse' only working

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

2005-09-28 Thread Carson Hager
: flexcoders@yahoogroups.comSubject: RE: [flexcoders] File upload: 'Browse' only working on localhost? Im using the sample code from mm.com siteNo significant changes. http://www.macromedia.com/devnet/flex/articles/fp8_features.html Are there any kind of security restrictions that would come

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

2005-09-28 Thread Stacy Young
] On Behalf Of Carson Hager Sent: Wednesday, September 28, 2005 6:53 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] File upload: 'Browse' only working on localhost? I got this to work perfectly once I told Flex to generate an object tag requiring Flash player 8 rather than 7. You can

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

2005-09-27 Thread Carson Hager
to the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy YoungSent: Tuesday, September 27, 2005 11:13 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] File upload: 'Browse' only working on localhost

RE : [flexcoders] File Upload

2005-08-14 Thread Philippe Maegerman
: flexcoders@yahoogroups.com Objet : RE: [flexcoders] File Upload You happened to have asked this question two days after it became possible to do this within Flex itself. (Not using HTML forms) I just implemented it on my site. It's dope. http://www.macromedia.com/devnet/flex/articles

RE: [flexcoders] File Upload

2005-08-14 Thread Kelly
@yahoogroups.com Subject: RE : [flexcoders] File Upload I'm just curious, since flash player 8 is still beta, how will you make a flash player version test (flash 8) + ask your visitors to download a 'beta' player ? Philippe _ De: flexcoders@yahoogroups.com de la part de Kelly Date

[flexcoders] File Upload

2005-08-12 Thread Jeremy Rottman
I am working on a backend system, built on flex and cf. And issue that I have ran into is creating a local file browse so that users can upload files from with in the flex app. Does anyone know if this is even possible? Yahoo! Groups Sponsor ~--

RE: [flexcoders] File Upload

2005-08-12 Thread Stacy Young
To: flexcoders@yahoogroups.com Subject: [flexcoders] File Upload I am working on a backend system, built on flex and cf. And issue that I have ran into is creating a local file browse so that users can upload files from with in the flex app. Does anyone know if this is even possible

RE: [flexcoders] File Upload

2005-08-12 Thread Tracy Spratt
@yahoogroups.com Subject: [flexcoders] File Upload I am working on a backend system, built on flex and cf. And issue that I have ran into is creating a local file browse so that users can upload files from with in the flex app. Does anyone know if this is even possible? -- Flexcoders Mailing List

[flexcoders] File Upload

2005-08-12 Thread Kelly
. If you have any trouble implementing it let me know. Its pretty easy though. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent: Friday, August 12, 2005 5:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] File

RE: [flexcoders] File Upload

2005-08-12 Thread Kelly
. If you have any trouble implementing it let me know. Its pretty easy though. From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeremy Rottman Sent: Friday, August 12, 2005 5:07 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] File

RE: [flexcoders] File Upload

2005-08-12 Thread David Mendels
@yahoogroups.com Subject: [flexcoders] File Upload I am working on a backend system, built on flex and cf. And issue that I have ran into is creating a local file browse so that users can upload files from with in the flex app. Does anyone know if this is even possible

[flexcoders] File Upload in Flex with Cold Fusion

2005-05-04 Thread Jeff Steiner
Hello everyone, Jack D. Minster has written an excellent article on overcoming the limitation of not being able to upload files with Flex. This is a deceptively simple solution, and one worth checking out. Direct access to the article is: http://www.flexauthority.com/articlesIndex.cfm Let me

[flexcoders] File upload from Jimmy Gianninas Prob

2005-04-15 Thread tangomann123
Hi, im new to flex and read the article about fileupload from Jimmy Gianninas. Everything works fine but the refresh of the main app wont work with my code. i copied the part of the upload.jsp just like in the example: mm:mxml mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;

  1   2   >