[flexcoders] Upload app to Apple

2012-02-19 Thread DavidWolpe
I've used Flash Builder 4.6 to create a mobile app. I've got everything prepared and successfully uploaded -- screenshots, contracts, bank accounts, etc. etc. The final step is to upload the actual app in iTunes Connect. But I can't. There is no upload button. Anywhere. Not in version infor

Re: [flexcoders] Upload image

2010-07-26 Thread Marcio Rosa
Hello; Keeping reading to see how Flex can do this for you. Building a Flex Multiple File Uploader with Image Preview http://www.devshed.com/c/a/PHP/Building-a-Flex-Multiple-File-Uploader-with-Image-Preview/ http://www.marciorosa.com/ Marcio Rosa 2010/7/23 Christophe > > > Hello, > > I have a

[flexcoders] Upload image

2010-07-23 Thread Christophe
Hello, I have an upload image function found on internet based on a URLRequest, but it's not working each time on all browsers, and on Mac and PC. Does someone know a good Upload image function with sources ? Thank you, Christophe,

Re: [flexcoders] Upload component

2010-07-08 Thread claudiu ursica
What do you use as back end service? Takes tops 1day to write 1 from scratch though... C From: Christophe To: flexcoders@yahoogroups.com Sent: Thu, July 8, 2010 10:36:14 AM Subject: [flexcoders] Upload component Hello, I am searching a reliable

[flexcoders] Upload component

2010-07-08 Thread Christophe
Hello, I am searching a reliable component to upload images from a FlashBuilder 4 application. Thank you, Christophe,

Re: [flexcoders] upload files more than 150mb

2010-06-02 Thread Tom Chiverton
On Saturday 22 May 2010 06:04:01 you wrote: > it just Freeze. Uh huh. That's a bug in older Players, iirc. If you look at the network traffic it'll actually be transferring. -- Tom Chiverton Helping to elementarily customize data as part of the IT team of the year 2010, '09 and '08 **

RE: [flexcoders] Upload subfolder images component

2010-05-27 Thread Philip Smith
This is currently for a flex browser app, but may also be implemented in an air app. To: flexcoders@yahoogroups.com From: happy...@gmail.com Date: Thu, 27 May 2010 12:39:21 -0700 Subject: Re: [flexcoders] Upload subfolder images component Are you talking about an AIR app, or a browser

Re: [flexcoders] Upload subfolder images component

2010-05-27 Thread Steve Mathews
Are you talking about an AIR app, or a browser app? In AIR this should be possible, but I don't think there is a component for it. In a browser app I don't think this is possible due to security restrictions. On Thu, May 27, 2010 at 10:09 AM, method_air wrote: > Lets say you have a root folder,

[flexcoders] Upload subfolder images component

2010-05-27 Thread method_air
Lets say you have a root folder, with 20 subfolders (ie created by a camera), each containing images. Click 'Upload' on the root directory and all the subimages are uploaded. Is there a (Flex) component that will do this? Thanks, Philip

Re: [flexcoders] upload files more than 150mb

2010-05-22 Thread free man
it just Freeze. --- On Fri, 5/21/10, Tom Chiverton wrote: From: Tom Chiverton Subject: Re: [flexcoders] upload files more than 150mb To: flexcoders@yahoogroups.com Date: Friday, May 21, 2010, 10:37 AM   On Friday 21 May 2010 13:13:03 you wrote: > Good day all, > > I just st

Re: [flexcoders] upload files more than 150mb

2010-05-21 Thread Tom Chiverton
On Friday 21 May 2010 13:13:03 you wrote: > Good day all, > > I just start using flex. I would like to upload files with 150mb size. But > somehow I am facing the problem of passing this file to the java side. So > could you please help me. What goes wrong ? If smaller files transfer fine, it

[flexcoders] upload files more than 150mb

2010-05-21 Thread free man
Good day all,   I just start using flex. I would like to upload files with 150mb size. But somehow I am facing the problem of passing this file to the java side. So could you please help me.   Here is the code I am using :      //To upload a file into selected folder        private funct

Re: [flexcoders] Upload image from local disk to textarea

2010-03-29 Thread gabriel montagné
Hi Venkat, On 29 March 2010 02:30, Venkateswara wrote: > I need to upload an image from local disk by clicking an button(Browse),the > image needs to be loaded in the textarea. I don't really understand how are you thinking to load the image in the text area, but perhaps, for uploading an image

[flexcoders] Upload image from local disk to textarea

2010-03-29 Thread Venkateswara
Hi, I need to upload an image from local disk by clicking an button(Browse),the image needs to be loaded in the textarea. Can anyone solve me out. Thanks & Regards, venkat

Re: [flexcoders] Upload image to an image gallery

2009-03-08 Thread Brendan Meutzner
Didn't this question just get posted a few days ago? On Sun, Mar 8, 2009 at 3:02 AM, christophe_jacquelin < christophe_jacque...@yahoo.fr> wrote: > Hello, > > I want to upload image, and then to put this image in a galley. > > Do you have any ideas or examples ? > > Thank you, > Christophe, >

[flexcoders] Upload image to an image gallery

2009-03-08 Thread christophe_jacquelin
Hello, I want to upload image, and then to put this image in a galley. Do you have any ideas or examples ? Thank you, Christophe,

Re: [flexcoders] Upload Image

2009-03-06 Thread Brendan Meutzner
In order to upload the image, you will need to handle the binary data sent from your Flex app on the server via some server side language (ie. ColdFusion, PHP, Java, etc...). All Flex does, is facilitates the transfer of the data from the client's computer via rpc/web service/http service etc... H

[flexcoders] Upload Image

2009-03-06 Thread christophe_jacquelin
Hello, What is the instruction to use for uploading an image ? And how to use this image in the flex application when uploaded ? Thank you, Christophe

Re: [flexcoders] Upload images

2009-02-05 Thread Alan K
http://weblog.cahlan.com/2006/12/flex-upload-component.html >Hello, >I want to Upload images from the user computer into my flex >application. >Which instruction to use to upload images ? >Thank you, >Christophe,

[flexcoders] Upload images

2009-02-05 Thread christophe_jacquelin
Hello, I want to Upload images from the user computer into my flex application. Which instruction to use to upload images ? Thank you, Christophe,

RE: [flexcoders] Upload file(from local machine) via web service

2008-10-23 Thread Kevin Benz
m: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Amanda Sent: Thursday, October 23, 2008 6:48 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Upload file(from local machine) via web service Hi, Does anyone know if flex supports browsing a local file system for a

[flexcoders] Upload file(from local machine) via web service

2008-10-23 Thread Amanda
Hi, Does anyone know if flex supports browsing a local file system for a file and then sending the file via a web service? I have seen the flash.net.FileReference class, but I am not seeing a way to convert the fileReference to something useful like an XMLDocument so I can send it. Thanks. Ama

Re: [flexcoders] Upload file to server from AIR app

2008-09-30 Thread Tom Chiverton
On Monday 29 Sep 2008, gilbert_mizrahi wrote: > I am getting a I/O Error: Error #2038. What's the full text and stack trace ? -- Tom Chiverton Helping to adaptively brand interfaces This email is sent for and on behalf of Halliwells LLP.

[flexcoders] Upload file to server from AIR app

2008-09-29 Thread gilbert_mizrahi
I am trying to upload a video from an AIR app to a server. All the examples I have seen use the fileReference.browse, but I don't need to browse any directory. I am using RED5 to capture a video to the local hard drive. I know that the name and path of the file. Thus, the question is how I write

[flexcoders] Upload file to server with AIR?

2008-08-14 Thread markflex2007
Hi, I plan to use AIR as frontend and php as backend. I need upload file with AIR interface and save it to server that is same server with php code. Thanks Mark

RE: [flexcoders] Upload file component

2008-08-11 Thread Link Mckinney
t [EMAIL PROTECTED] for further support"; var errorTitle:String = "UPLOAD ERROR"; alert = Alert.show(errorMessage, errorTitle); } From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Jackson Sent: Monday, August 11

Re: [flexcoders] Upload file component

2008-08-11 Thread Simon Bailey
I built one for the PureMVC WIKI here: http://trac.puremvc.org/Demo_AS3_Flex_CF_FileUpload Cheers, Simon On 11 Aug 2008, at 16:48, Joshua Jackson wrote: Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have m

RE: [flexcoders] Upload file component

2008-08-11 Thread Dimitrios Gianninas
Subject: [flexcoders] Upload file component Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have missed anything. Could anyone give me some hints? Best regards, -- Setting a new landmark. Blog: http

Re: [flexcoders] Upload file component

2008-08-11 Thread Richard Rodseth
If you Google you will find examples, eg. http://weblog.cahlan.com/2006/12/flex-upload-component.html Depending on your UI requirements, you might find it easier to roll your own. See FileReference.upload(). Either way, you will have to be aware of issues with Firefox and with SSL, which you can

Re: [flexcoders] Upload file component

2008-08-11 Thread Simon Bailey
I built one for the PureMVC WIKI here: http://trac.puremvc.org/Demo_AS3_Flex_CF_FileUpload Cheers, Simon On 11 Aug 2008, at 16:48, Joshua Jackson wrote: Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have m

[flexcoders] Upload file component

2008-08-11 Thread Joshua Jackson
Dear all, How do I upload file with Flex? Is there any file uploader component? I could not find any in the documentation, perhaps I have missed anything. Could anyone give me some hints? Best regards, -- Setting a new landmark. Blog: http://joshuajava.wordpress.com/ Twitter: http://twitter.com

[flexcoders] upload file to web service

2008-03-31 Thread Claudio M. E. Bastos Iorio
Hi, What can I use in flex to upload a file to a web service? I already built the web service in .NET and is working ok. But I'm trying to add flex in the client part. TIA ___ Claudio M. E. Bastos Iorio http://www.blumer.com.ar

[flexcoders] Upload files using Hibernate and Java

2008-02-29 Thread txakin
Hi all I would like to make one component to upload one or more files i have in one datagrid. My application uses Flex, Granite, Hibernate and Java language. I don´t know if i should use one servlet and inside that servlet get the request and convert the files in byte[] or i can make direc

Re: [flexcoders] Upload with parameters

2008-02-09 Thread Fidel Viegas
Hi guys, It seems to be working, but only with GET parameters. The POST parameters never show up. I was wondering if it wasn't working because of the frame rate. I am using the default frame rate generated. Does the frame rate afect the transfer of the files? Thanks in advance, Fidel.

Re: [flexcoders] Upload with parameters

2008-02-08 Thread Fidel Viegas
On Feb 8, 2008 11:45 PM, Ben Marchbanks <[EMAIL PROTECTED]> wrote: > Try > > fileRef.upload(request); > > versus > > fileRef.upload(request, "uploadfile"); Done that. Problem persists.

Re: [flexcoders] Upload with parameters

2008-02-08 Thread Ben Marchbanks
Try fileRef.upload(request); versus fileRef.upload(request, "uploadfile"); Fidel Viegas wrote: > > > Hello folks, > > I am experiencing a weird problem. I have the following code: > > var request:URLRequest = new > URLRequest("http://localhost:9090/docapp/upload.jsp >

[flexcoders] Upload with parameters

2008-02-08 Thread Fidel Viegas
Hello folks, I am experiencing a weird problem. I have the following code: var request:URLRequest = new URLRequest("http://localhost:9090/docapp/upload.jsp";); var urlVars:URLVariables = new URLVariables(); urlVars.section_id = imageSection.selectedItem != null ? imageSec

RE: [flexcoders] UPLOAD

2008-01-17 Thread Lukas Ruebbelke
Does the folder you are uploading to have the appropriate Write permissions? _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rafael Faria Sent: Thursday, January 17, 2008 4:51 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] UPLOAD I'm tryi

[flexcoders] UPLOAD

2008-01-17 Thread Rafael Faria
I'm trying to build this upload app but i'm getting an error that there is no way i can handle. bubbles = false cancelable = false currentTarget = (flash.net::FileReference)#1 creationDate = Tue Feb 13 14:40:42 GMT+1100 2007 creator = "XCEL" modificationDate = Wed Feb 14 15:23:29 GMT+1100 2007 n

[flexcoders] Upload/Download Files using FTP/SSH2 with Air

2008-01-13 Thread Jhonny Everson
Hi, Does anyone have anything on using Adobe Air to transfer files to a server that doesn't involve server side code solution? like FTP, SSH2... Thanks, -- Jhonny Everson

[flexcoders] Upload file in chunks

2007-10-31 Thread Dennis van Nooij
Hi all, I'm a bit stuck here in finding a solution for uploading files to our server. Problem is that is has to be sent in DIME format (binary data with some xml in it). What I was wondering is that for this solution it looks like I have to read the file first, wrap it in a bytearray and then conv

[flexcoders] Upload Problem on Mac

2007-10-27 Thread Kevin
Has anyone had problems using FileReference.upload() on Mac browsers (FF & Safari). For some reason the code we are using works perfectly fine on the Windows browsers but doesn't even register the HTTP POST on the Mac browsers. Seems weird to me. Thanks, Kevin

RE: [SPAM] [flexcoders] upload file to base64

2007-09-24 Thread Paul Steven
Sent: 24 September 2007 05:36 To: flexcoders@yahoogroups.com Subject: [SPAM] [flexcoders] upload file to base64 Hi all Can I convert an uploading file to base64 from flex2.0.. Im using filereference for uploading a file. Thanks in advance Slash

[flexcoders] upload file to base64

2007-09-23 Thread slash_n_rose
Hi all Can I convert an uploading file to base64 from flex2.0.. Im using filereference for uploading a file. Thanks in advance Slash

[flexcoders] Upload not working in Firefox 2.0.3 under https://?

2007-04-18 Thread chrislpigg
This seems really weird but when I try to use Flex 2.0 File upload under https:// in Firefox it doesn't seem to wanna work. The connection gets cut or something gets disconnected so the file upload doesn't finish... meaning that the file doesn't get to the destination. Has anyone ran into this pr

[flexcoders] upload multiple FileReferences without FileReferenceList?

2007-04-03 Thread tddclare
I have an area of my app where the user can make a new Thing and can upload 2 files against it (1 is an image, the other is a text file). I'd like to have the user interface show a TextInput for the title of the Thing, and then have 2 "Browse" buttons, one for the image and another for the text fi

Re: [flexcoders] Upload file along with other associatred data?

2007-04-03 Thread Ben Marchbanks
Try creating URLvariables var params:URLVariables = new URLVariables(); params.id = memberID; then add the variables to the request.data request.data = params; Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazoo

[flexcoders] Upload file along with other associatred data?

2007-04-03 Thread tddclare
I'm in the process of making a small form to upload a file to my PHP server. I'm using a FileReference and was following the examples in the AS3 documentation. It's working well. But I'd like to send additional information along with it (basically equivalent to "hidden" fields in an HTML form)

RE: [flexcoders] upload file progressbar

2006-12-11 Thread Philippe
: flexcoders@yahoogroups.com Subject: Re: [flexcoders] upload file progressbar What's happening on the server side? Are you sending files to a real service? or just a dummy URL? Do you get the same results with other files? Cheers, Lach On 11/12/2006, at 9:54 AM, Philippe wrote: Hi, I

Re: [flexcoders] upload file progressbar

2006-12-11 Thread Lachlan Cotter
What's happening on the server side? Are you sending files to a real service? or just a dummy URL? Do you get the same results with other files? Cheers, Lach On 11/12/2006, at 9:54 AM, Philippe wrote: Hi, I use a progressbar to watch a FileReference upload. Everything is ok but when I

[flexcoders] Upload file with WebOrb [PHP]

2006-12-11 Thread panpanurge
Hi, i'm using a RemoteObject with WebOrb for PHP to transfer data from/to the server. I'd like to know if is it possible to pass to a remoteObject's method a file browsed by fileReference. In other words, i'd like to know if is it possible to manage files uploading directly with WebOrb (or other p

[flexcoders] upload files via .ASP

2006-10-30 Thread pirvulescu_adrian
Hello !! I need help, creating an .asp that I can use to upload files on server. I have watched the data sent by the flex application with tcpmon, but I can't understand what I must do. So, is there anybody who can help me.PLS :( !!! I am using the following code in the A.S. flex file:

[flexcoders] upload file button

2006-09-04 Thread Yi
is there a way to put a browse button (like in html: ) in flex ?as much as i know, this is not allowed because of security ; but this is sth needed; so: WHAT IS THE WAY TO GIVE THE USER THE OPPOURTUNITY TO UPLOAD FILES VIA FLEX APPLICATION ?thanksYigit Do you Yahoo!? Everyone is raving about

Re: [flexcoders] Upload not working in Windows

2006-06-28 Thread mquickform
diard" <[EMAIL PROTECTED]> Date: Wed, 28 Jun 2006 19:19:29 To: Subject: RE: [flexcoders] Upload not working in Windows It's working here on Windows on Firefox with Flash Player 9.0.15 (coming with Flex Builder 2). No changes compared to beta3. Sorry... ;) Benoit Hediard -

RE: [flexcoders] Upload not working in Windows

2006-06-28 Thread Benoit Hediard
di 28 juin 2006 17:34 À : flexcoders@yahoogroups.com Objet : [flexcoders] Upload not working in Windows When using the FileReference in Flex 2 final, I get an IOError followed by an HTTPError 403, when trying to upload using Windows. It's the same for Internet Explorer and FireFox. However, it w

[flexcoders] Upload not working in Windows

2006-06-28 Thread Marcus Bergstrom
When using the FileReference in Flex 2 final, I get an IOError followed by an HTTPError 403, when trying to upload using Windows. It's the same for Internet Explorer and FireFox. However, it works great on a mac, using both Safari and FireFox. I can't find any information regarding this problem. I

[flexcoders] Upload problem with Jakarta FileUpload

2006-02-02 Thread jamayliu
Hi all, I am trying to implement an upload file feature on my website. I'm using the Flash 8 FileReference tools with Jakarta commons file upload, and it works fine locally. However, when I put the files on my web server (tomcat 5.0), I get an onSecurityError: securitySandboxError. None of the fil

Ant: [flexcoders] Upload/Download

2005-09-13 Thread Patrick Simon
There's a tutorial on how to do this with Flex & Flash Player 8: http://www.macromedia.com/devnet/flex/articles/fp8_features.html I hope this helps --- morslay777 <[EMAIL PROTECTED]> schrieb: > Hello, > > Do you have any upload/download system, to flex + > jsp, that don´t need > CF? > I Thi

[flexcoders] Upload/Download

2005-09-13 Thread morslay777
Hello, Do you have any upload/download system, to flex + jsp, that don´t need CF? I Think that many people are searching this... Thank you. Yahoo! Groups Sponsor ~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http

Re: [flexcoders] upload in central

2005-04-02 Thread Rich Tretola
t; > You can also try cf-talk, great general CF list. > > Cheers, > > > > -Stace > > > > > > > > > > From: Rich Tretola [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 02, 2005 10:22

RE: [flexcoders] upload in central

2005-04-02 Thread Stacy Young
list. Cheers,   -Stace     From: Rich Tretola [mailto:[EMAIL PROTECTED] Sent: Saturday, April 02, 2005 10:22 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] upload in central   So is this completely unreliable ?  In 15 test uploads, I was able to get the

Re: [flexcoders] upload in central

2005-04-02 Thread Rich Tretola
So is this completely unreliable ? In 15 test uploads, I was able to get the form data only twice with the variables being form.FILENAME and form.FILEDATA. So whats the deal, does this work only once in a while ? Here is a sample of one of the 2 successful uploads that occurred: FILEDATA /Appli

Re: [flexcoders] upload in central

2005-04-01 Thread Rich Tretola
I already tried that and did not have anything in form, or url scope. On Apr 1, 2005 3:57 PM, Spike <[EMAIL PROTECTED]> wrote: > > Use cflog to log the names of the form fields that get posted. > > You can then check the log file to see what the name was. > > Spike > > Rich Tretola wrote: > >

Re: [flexcoders] upload in central

2005-04-01 Thread Spike
Use cflog to log the names of the form fields that get posted. You can then check the log file to see what the name was. Spike Rich Tretola wrote: > Does anyone know the reference that I need to use on the coldfusion > side of a flex/ventral upload ? I know that the .cfm page is being > called

[flexcoders] upload in central

2005-04-01 Thread Rich Tretola
Does anyone know the reference that I need to use on the coldfusion side of a flex/ventral upload ? I know that the .cfm page is being called but I don't know what to reference in the cffile tag ? Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/gr

RE: [flexcoders] UPLOAD

2005-03-03 Thread Dimitrios Gianninas
capability.   Enjoy!   Jimmy Gianninas Software Developer - Optimal Payments Inc.   From: daniele | mentegrafica [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 11:52 AMTo: flexcoders@yahoogroups.comSubject: Re: [flexcoders] UPLOAD I knew workaround for flash...I didn't like

Re: [flexcoders] UPLOAD

2005-03-03 Thread daniele | mentegrafica
Sent: Thursday, March 03, 2005 6:07 PM Subject: RE: [flexcoders] UPLOAD > There is an example on www.cflex.net, as well. > Tracy > > -Original Message- > From: James Ward [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 03, 2005 11:33 AM > To: flexcoders@yaho

RE: [flexcoders] UPLOAD

2005-03-03 Thread Tracy Spratt
There is an example on www.cflex.net, as well. Tracy -Original Message- From: James Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, March 03, 2005 11:33 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] UPLOAD There is a workaround somewhere on MM's website, but it only

Re: [flexcoders] UPLOAD

2005-03-03 Thread James Ward
There is a workaround somewhere on MM's website, but it only works in IE. :( I hear Flash 8 will have this feature, but until then I use a hidden iframe at the bottom of the screen which raises up when the user clicks an upload button in Flex. This iframe is just a plain html / jsp file. It looks s

RE: [flexcoders] UPLOAD

2005-03-03 Thread Shell Bryson
I guess a popup window with a regular web form to upload. Messy :/ -Original Message- From: daniele | mentegrafica [mailto:[EMAIL PROTECTED] Sent: 03 March 2005 16:11 To: flexcoders@yahoogroups.com Subject: [flexcoders] UPLOAD As I read, Flex doesn't support files upload to the server,