ERAttachment / multiple file upload questions

2019-01-05 Thread Morris, Mark
Hello! We’d like to add multiple file upload capabilities to our app. Looking around, it seems Wonder has an ERDragAndDropUpload component that does that. However, it looks like it’s dependent on also using ERAttachment. We’ve been using our own Attachment class since before ERAttachment

Re: d2w file upload help

2016-11-22 Thread Paul Hoadley
Hi Ted, With the caveat that I don’t use ERAttachment in a D2W setting... On 22 Nov 2016, at 10:52 PM, Theodore Petrosky wrote: > I have a ERAttachment relationship and I am upload assets. I need to upload > .zip files and process them after they arrive. I need to unzip them. the > contents o

d2w file upload help

2016-11-22 Thread Theodore Petrosky
I have a ERAttachment relationship and I am upload assets. I need to upload .zip files and process them after they arrive. I need to unzip them. the contents of the zip is a webpage (index.html and images). Hopefully, I can unzip the file, and provide a link to this folder to view the webpage.

Re: Drag and drop Multiple file upload

2014-02-12 Thread Altera WO Team
drop support >>> >>> On 11.02.2014, at 12:54, Altera WO Team wrote: >>> >>>> Hi, >>>> >>>> before i try to do it on my own I’d like to ask the list if anybody >>>> already did something like that: >>>> >&g

Re: Drag and drop Multiple file upload

2014-02-11 Thread Ramsey Gurley
eady >>> did something like that: >>> >>> http://blueimp.github.io/jQuery-File-Upload/ >>> >>> Basically it’s a multiple file upload with drag and drop support. >>> >>> Any thoughts are welcome, >>> >>> >>>

Re: Drag and drop Multiple file upload

2014-02-11 Thread Altera WO Team
i, >> >> before i try to do it on my own I’d like to ask the list if anybody already >> did something like that: >> >> http://blueimp.github.io/jQuery-File-Upload/ >> >> Basically it’s a multiple file upload with drag and drop support. &

Re: Drag and drop Multiple file upload

2014-02-11 Thread Jürgen Tabert
the erattachment framework has drag and drop support On 11.02.2014, at 12:54, Altera WO Team wrote: > Hi, > > before i try to do it on my own I’d like to ask the list if anybody already > did something like that: > > http://blueimp.github.io/jQuery-File-Upload/ > > B

Drag and drop Multiple file upload

2014-02-11 Thread Altera WO Team
Hi, before i try to do it on my own I’d like to ask the list if anybody already did something like that: http://blueimp.github.io/jQuery-File-Upload/ Basically it’s a multiple file upload with drag and drop support. Any thoughts are welcome, Matteo Centro

Re: HTML5 multiple file upload - AjaxFileUpload

2012-11-21 Thread Ramsey Gurley
Yeah. I just wanted a DnD upload. Multiple file upload was simply a bonus of the API :) Larry Mills-Gahl wrote: > ___ >Do not post admin requests to the list. They will be ignored. >Webobjects-dev mailing list (Webobjects-dev@lists.

Re: HTML5 multiple file upload - AjaxFileUpload

2012-11-20 Thread Larry Mills-Gahl
github? >> >> Michael >> >> Sent from my iPad >> >> On Aug 4, 2012, at 11:34, Kohlhase Ulrich wrote: >> >>> Hi Michael, >>> >>> While searching in the WO dev mailing list for hints on how to get multiple >>> (Ajax) fil

Re: HTML5 multiple file upload - AjaxFileUpload

2012-08-04 Thread David Holt
11:34, Kohlhase Ulrich wrote: > >> Hi Michael, >> >> While searching in the WO dev mailing list for hints on how to get multiple >> (Ajax) file upload to work, I came across your post from November last year. >> Would you be willing to share the HTML5 multiple file u

Re: HTML5 drag-n-drop multiple file upload - AjaxFileUpload

2012-08-04 Thread Helmut Tschemernjak
: While searching in the WO dev mailing list for hints on how to actually get multiple (Ajax) file upload to work, I came across your post from November last year. Are you still willing to share the HTML5 multiple file upload component you've mentioned with the WO community? Than

Re: HTML5 multiple file upload - AjaxFileUpload

2012-08-04 Thread Michael Kondratov
> (Ajax) file upload to work, I came across your post from November last year. > Would you be willing to share the HTML5 multiple file upload you've mentioned > with the community? > > Thanks a lot! > Uli > >> Date: Mon, 28 Nov 2011 22:41:36 -0500 >> Fro

Re: HTML5 drag-n-drop multiple file upload - AjaxFileUpload

2012-08-04 Thread David Holt
Yes please :-) David On 2012-08-04, at 8:52 AM, Kohlhase Ulrich wrote: > Hi Michael, > > While searching in the WO dev mailing list for hints on how to actually get > multiple (Ajax) file upload to work, I came across your post from November > last year. Are you still willi

Re: HTML5 drag-n-drop multiple file upload - AjaxFileUpload

2012-08-04 Thread Kohlhase Ulrich
Hi Michael, While searching in the WO dev mailing list for hints on how to actually get multiple (Ajax) file upload to work, I came across your post from November last year. Are you still willing to share the HTML5 multiple file upload component you've mentioned with the WO community? T

file upload action using ERAttachment

2012-03-01 Thread Larry Mills-Gahl
I'm working on some workflow automation that takes files from an external process and loads them via curl. The following code is working, but it uses a private class com.webobjects.appserver._private.WOInputStreamData to grab the file contents. This makes me think there is probably a better, m

WOFIleUpload multiple file upload

2010-06-14 Thread Pelaia II, Tom
Since HTML 5 and Safari support the "multiple" attribute for file upload, I have been trying to figure out how to fetch multiple files submitted through the form. If I add the "multiple" attribute to a WOFileUpload element, indeed Safari allows me to pick multiple fil

Re: File Upload

2010-04-29 Thread David LeBer
there is a global value for maximum upload size. There is also a progress >> state object AjaxUploadProgress which is per upload, I suppose I could add >> an upload size value there that could override the global one. >> >>> >>> Dave >>> >>> On

Re: File Upload

2010-04-29 Thread Joe Little
lobal one. > >> >> Dave >> >> On Apr 28, 2010, at 11:17 PM, David LeBer wrote: >> >>> Hey all, >>> >>> Because of the way inline edit pages work in ERModernLook all of the >>> standard file upload components don't. >>&g

Re: File Upload

2010-04-29 Thread Chuck Hill
Nice work! The UI behaviour makes perfect sense to me. Chuck On Apr 28, 2010, at 8:17 PM, David LeBer wrote: Hey all, Because of the way inline edit pages work in ERModernLook all of the standard file upload components don't. So I've been working on one that will. I've

Re: File Upload

2010-04-29 Thread David LeBer
> Dave > > On Apr 28, 2010, at 11:17 PM, David LeBer wrote: > >> Hey all, >> >> Because of the way inline edit pages work in ERModernLook all of the >> standard file upload components don't. >> >> So I've been working on one that wil

Re: File Upload

2010-04-29 Thread David Avendasora
.) Again, David, this is an excellent addition to WO! Dave On Apr 28, 2010, at 11:17 PM, David LeBer wrote: > Hey all, > > Because of the way inline edit pages work in ERModernLook all of the standard > file upload components don't. > > So I've been working on on

Re: File Upload

2010-04-28 Thread David LeBer
gt; >>> Hey all, >>> >>> Because of the way inline edit pages work in ERModernLook all of the >>> standard file upload components don't. >>> >>> So I've been working on one that will. I've got to say it's a pig of a >&

Re: File Upload

2010-04-28 Thread Mike Schrag
; On Apr 28, 2010, at 11:17 PM, David LeBer wrote: > >> Hey all, >> >> Because of the way inline edit pages work in ERModernLook all of the >> standard file upload components don't. >> >> So I've been working on one that will. I've got to say

Re: File Upload

2010-04-28 Thread Mike Schrag
i dig it ... i've never been happy with how AjaxFileUpload worked and the funky limitations it had. On Apr 28, 2010, at 11:17 PM, David LeBer wrote: > Hey all, > > Because of the way inline edit pages work in ERModernLook all of the standard > file upload components don

File Upload

2010-04-28 Thread David LeBer
Hey all, Because of the way inline edit pages work in ERModernLook all of the standard file upload components don't. So I've been working on one that will. I've got to say it's a pig of a problem. Mike had already done some heavy lifting on AjaxUpload but it required it

Re: Multiple File upload read

2010-03-05 Thread Fabián Montealegre Carvajal
Thank you very much. That worked perfectly :D -- Fabián Montealegre Carvajal ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription:

Re: Multiple File upload read

2010-03-05 Thread Chuck Hill
On Mar 5, 2010, at 9:27 AM, Fabián Montealegre Carvajal wrote: Thanks for the advice. I have a new problem. I am doing this: if (aContext.request().isMultipartFormData()){ WOMultipartIterator wmi = aContext.request().multipartIterator(); WOFormData data = wmi.n

Re: Multiple File upload read

2010-03-05 Thread Fabián Montealegre Carvajal
Thanks for the advice. I have a new problem. I am doing this: if (aContext.request().isMultipartFormData()){ WOMultipartIterator wmi = aContext.request().multipartIterator(); WOFormData data = wmi.nextFormData(); while (data != null) { if

Re: Multiple File upload read

2010-02-23 Thread Timo Hoepfner
Hi Fabian, take a look at WORequest#isMultipartFormData, WORequest#multipartIterator, WOMultipartIterator and WOMultipartIterator.WOFormData For inspiration, you colud take a look into AjaxFileUploadRequestHandler in Wonder's Ajax framework. Timo Am 23.02.2010 um 18:59 schrieb Fabián M

Multiple File upload read

2010-02-23 Thread Fabián Montealegre Carvajal
Hello, I'm using an applet called JUpload to upload multiple files to the server. I'm used to the WOFileUpload to handle uploads, but this time I need to read the files directly from the request because the applet just post to an URL. I remember that in PHP one just access the $_FILE global to ach

Re: File Upload Example or Project Import Problem

2009-11-12 Thread Ramsey Lee Gurley
If you're using Wonder, ERAttachment framework is the way to go. http://webobjects.mdimension.com/hudson/job/Wonder53/javadoc/er/attachment/package-summary.html Ramsey On Nov 12, 2009, at 4:47 AM, Chan Yeow Heong, Jerome wrote: > Hello! > > Is there an example on how to use

File Upload Example or Project Import Problem

2009-11-12 Thread Chan Yeow Heong, Jerome
Hello! Is there an example on how to use file upload in WebObjects? Most of my google hits return the developer/examples/javawebobjects/ project. The problem is I can't seem to import the files into eclipse. I create a new project and drag the files from the finder and drop them into

Re: ERAttachmentProcessor file upload

2009-07-23 Thread Mike Schrag
http://webobjects.mdimension.com/wonder/api/er/attachment/package-summary.html it talks some about the variable replacement -- you can use $ {fileName}, but this is not really safe ... if someone uploads a file with the same name, it's going to be overwritten unless you namespace it with the

ERAttachmentProcessor file upload

2009-07-23 Thread Rukmal Dias
hi, Is it possible to give file name that we want in uploading files using ERAttachmentProcessor. When a file is uploaded (e.g: style.css) it is in a folder like this. .//1/attachments/c/8/9/1.css How do I upload a file (e.g: my_file.gif) to the same above location with the mentioned name

Re: File upload as longresponse page

2009-06-19 Thread Chuck Hill
anv. 06 à 20:12, David Holt a écrit : Hi Wolfram, Check out the non-blocking file upload on WOCode. I find that it works pretty well and looks to do what you are asking for. http://wocode.com/cgi-bin/WebObjects/WOCode.woa/1/wa/ShareCodeItem?itemId=306 David -- Men are afraid to rock the boa

Re: File upload as longresponse page

2009-06-19 Thread WebObjects - Anazys
wocode is now unavailable. Someone knows how this code works or a new link to found that ? There is maybe a new way to do that.. Thanks for your help. Cedric Le 23 janv. 06 à 20:12, David Holt a écrit : Hi Wolfram, Check out the non-blocking file upload on WOCode. I find that it works prett

Re: Problem File Upload WO 5.4 WONDER 5.0.0.8764

2009-01-13 Thread Chuck Hill
lost some where in the request processing. The page is very simple, only a text field and a file upload inside a form and a submit button. Every thing is binded correctly and it has worked with WO 5.3. I'm using WONDER 5.0.0.8764 for WO 5.4. The application is running in direct co

Re: Problem File Upload WO 5.4 WONDER 5.0.0.8764

2008-12-31 Thread Sergio Sánchez Maffet
file upload inside a form and a submit button. Every thing is binded correctly and it has worked with WO 5.3. I'm using WONDER 5.0.0.8764 for WO 5.4. The application is running in direct connect mode, and session id's are stored in a cookies... dont know if this has some importa

Re: Problem File Upload WO 5.4 WONDER 5.0.0.8764

2008-12-16 Thread Chuck Hill
and a file upload inside a form and a submit button. Every thing is binded correctly and it has worked with WO 5.3. I'm using WONDER 5.0.0.8764 for WO 5.4. The application is running in direct connect mode, and session id's are stored in a cookies... dont know if this has some

Problem File Upload WO 5.4 WONDER 5.0.0.8764

2008-12-15 Thread Sergio Sánchez Maffet
Hi all, I have some problems regarding file uploads with WO 5.4.3. When I submit the form, my action method is called, but the form values get lost some where in the request processing. The page is very simple, only a text field and a file upload inside a form and a submit button. Every

Re: [SOLVED] Re: File upload problem - occasionally nothing happens

2008-12-12 Thread Chuck Hill
I have seen this in Safari only, running against a local Apache. I don't think it is the same problem. Safari looks like it sent something and is waiting, but Apache does not concur. Clicking Submit again works... Chuck On Dec 12, 2008, at 9:09 AM, Miguel Arroz wrote: Hi! Please do

[SOLVED] Re: File upload problem - occasionally nothing happens

2008-12-12 Thread Miguel Arroz
Hi! Please do forget... apparently it was a race condition in the JavaScript code. I was removing the form from the page DOM as soon as I submitted it, and looks like that's not a nice thing to do. Yours Miguel Arroz On 2008/12/12, at 16:52, Miguel Arroz wrote: Hi! I'm having a ve

File upload problem - occasionally nothing happens

2008-12-12 Thread Miguel Arroz
Hi! I'm having a very weird problem with our file uploader. Most of the times, everything works as it should. But occasionally, with about 5% probability, when I submit, nothing happens. By nothing happens, I mean the browser opens a connection (or at least it says it does) but nothi

Re: Multiple File Upload

2008-09-02 Thread Joshua Paul
You could either use multiple WOFileUpload components, or if you're willing to use Flash you can use SWFUpload (I have a WO component for it, if you'd like it). On Sep 1, 2008, at 10:52 PM, [EMAIL PROTECTED] wrote: Hi, I am using WebObjects 5.4 for my development. In my application I

Re: Multiple File Upload

2008-09-02 Thread Kieran Kelleher
IIRC, there is an example of multiple file upload in /Developer/Examples/JavaWebObjects/FileUpload. HTH, Kieran On Sep 2, 2008, at 1:55 AM, Santhosh wrote: Hi, I am using WebObjects 5.4 for my development. In my application I am using WOFileUpload Component. It is taking one file at

Multiple File Upload

2008-09-01 Thread Santhosh
Hi, I am using WebObjects 5.4 for my development. In my application I am using *WOFileUpload *Component. It is taking one file at a time. But here the requirement is to upload many files.(which are of smaller size,say 2mb of maximum) Is there any way to upload multiple files at a time. I

Re: [OT] Limiting File Upload Sizes

2008-04-02 Thread james o
i've successfully implemented the SWFUpload with WO. unfortunately i didn't know how to play nice with all the javascript SWFUpload and WO stuff so i placed the PHP upload feature (which is quite nice with smooth ajax interface) in an inline frame and send the results to a DA for processing

Re: [OT] Limiting File Upload Sizes

2008-04-01 Thread Owen McKerrow
Hi Guys, Thanks for the suggestions. I was after something specifically that stopped the user even trying to upload something so they don't waste time sitting around waiting for something to upload only have it to fail half way through. I will check out Joshua's implementation. Owen McKe

Re: [OT] Limiting File Upload Sizes

2008-03-31 Thread Chuck Hill
On Mar 31, 2008, at 6:46 PM, Miguel Arroz wrote: Hi! The KISS solution: configure the maximum size of a request in Apache itself, using the LimitRequestBody option in the configuration. You should find a way to handle nicely the error pages the user will see when submitting a file too

Re: [OT] Limiting File Upload Sizes

2008-03-31 Thread Miguel Arroz
Hi! The KISS solution: configure the maximum size of a request in Apache itself, using the LimitRequestBody option in the configuration. You should find a way to handle nicely the error pages the user will see when submitting a file too large. This of course depends on your setup, if

[OT] Limiting File Upload Sizes

2008-03-31 Thread Owen McKerrow
Hi All, Just wondering if anyone has any recommendations on what to use to limit the size of files uses upload. Im currently looking at http://swfupload.org/. has anyone had any experience with it, in particular getting it to play nice with a WOApp ? Or is there something better out there ?

Re: Browser refresh issue on File Upload...

2007-02-24 Thread James Cicenia
under similar circumstances. ms On Feb 24, 2007, at 12:49 PM, Chuck Hill wrote: Do you have overwrite set on the the file upload? It may be getting an error as the previously uploaded file can be overwritten. You could move it out of the way / delete it after processing the upload. O

Re: Browser refresh issue on File Upload...

2007-02-24 Thread Mike Schrag
message. This is just a theory, but I know this exact message occurs under similar circumstances. ms On Feb 24, 2007, at 12:49 PM, Chuck Hill wrote: Do you have overwrite set on the the file upload? It may be getting an error as the previously uploaded file can be overwritten. You could

Re: Browser refresh issue on File Upload...

2007-02-24 Thread Chuck Hill
Do you have overwrite set on the the file upload? It may be getting an error as the previously uploaded file can be overwritten. You could move it out of the way / delete it after processing the upload. Or you could set a flag when you process the upload. Check this flag in takeValues

Browser refresh issue on File Upload...

2007-02-24 Thread James Cicenia
Hello - I have various file upload pages that work perfectly however, If some hits refresh on their browser after uploading a file it gives them this exception: [2007-02-24 09:30:17 CST] java.lang.RuntimeException: Could not create output stream. 'outputStream

Re: Localization of WO File upload

2006-12-01 Thread Jean-François Veillette
There is a workaround ... http://www.quirksmode.org/dom/inputfile.html - jfv Le 06-11-30 à 20:59, Pascal Robert a écrit : This is correct. hi PS. as far as i remember the label and text is a given by the users browser. so a german browser should display a german button text. and it may

Re: Localization of WO File upload

2006-11-30 Thread Pascal Robert
This is correct. hi PS. as far as i remember the label and text is a given by the users browser. so a german browser should display a german button text. and it may vary fom browser to browser. not absolutely sure. atze Am 30.11.2006 um 19:39 schrieb PS ps: Hi! We are using

Re: Localization of WO File upload

2006-11-30 Thread Alexander Spohr
hi PS. as far as i remember the label and text is a given by the users browser. so a german browser should display a german button text. and it may vary fom browser to browser. not absolutely sure. atze Am 30.11.2006 um 19:39 schrieb PS ps: Hi! We are using WOFile Upload compon

Localization of WO File upload

2006-11-30 Thread PS ps
Hi! We are using WOFile Upload component in our application. Right now, it displays the button, "Choose File" and the text, "no file selected" (in case we have not selected any file) in English. We want to localise the the text of the button i.e. "Choose File" and the text "no file selected" . C

Re: File Upload using WOLongResponse

2006-11-13 Thread Fabrice Pipart
I managed to have the WOLongResponse page working with a refresh bar.I ve always wanted to publish it on wocode or somewhere.Unfortunately I don't have the time to do it right now (extract the code from my app, document etc etc).I think I will be able to release it by the end of the month if someon

Re: File Upload using WOLongResponse

2006-11-13 Thread Amedeo Mantica
I think won't work because in Upload are involved the WebServer and the Browser, not the WO App Regards Amedeo On 13/nov/06, at 23:42, Joe Moreno wrote: Here's an option that might work... Since the actual upload has to be completed in a single request response loop, you could also have an

Re: File Upload using WOLongResponse

2006-11-13 Thread Amedeo Mantica
Have same problem, I think we cannot use WOLongResponse, but instead we need to upload the file using a Java client app, of a Flash app. Regards Amedeo On 11/nov/06, at 22:29, Jonathan Miller wrote: Hi, Does anyone have an example on how to upload a file using WOLongResponse? The goal is

Re: File Upload using WOLongResponse

2006-11-11 Thread David Holt
Try this thread:http://www.nabble.com/WOFileUpload,-Apache-and-large-file-t2372458.htmlOn 11-Nov-06, at 1:29 PM, Jonathan Miller wrote:Hi,Does anyone have an example on how to upload a file using WOLongResponse?  The goal is to have a file uploaded in the background with a progress page being displ

re: File Upload using WOLongResponse

2006-11-11 Thread Jonathan Miller
Hi, Does anyone have an example on how to upload a file using WOLongResponse? The goal is to have a file uploaded in the background with a progress page being displayed to the user. Thanks in advance Jon ___ Do not post admin requests to the lis

Re: Newbie: File upload w/Direct Actions and added parameters

2006-05-24 Thread Mike Schrag
Ah yes ... I believe you need to use WOMultipartIterator to get to your other form values ... request.multipartIterator() will give you a WOMultipartIterator which you can use to enumerate the form values. The problem is that with a file upload, it doesn't just load the entire form

Re: Newbie: File upload w/Direct Actions and added parameters

2006-05-24 Thread Mark Morris
0), has NOT been accessed>); thefile.mimetype = ("image/jpeg"); } The file upload is successful, but no parameter. Any ideas? Thanks! -Lindsey --- Amedeo Mantica <[EMAIL PROTECTED]> wrote: You can pass parameter to the direct action look at this code in direct action: pub

Re: Newbie: File upload w/Direct Actions and added parameters

2006-05-24 Thread Lindsey Hotchkies
unny-3c.jpg"); thefile = (); thefile.mimetype = ("image/jpeg"); } The file upload is successful, but no parameter. Any ideas? Thanks! -Lindsey --- Amedeo Mantica <[EMAIL PROTECTED]> wrote: > You can pass parameter to the direct action > > loo

Re: Newbie: File upload w/Direct Actions and added parameters

2006-05-24 Thread Amedeo Mantica
able=try       //note myPersonal without "Action"Best RegardsAmedeoOn 24/mag/06, at 08:53, Lindsey Hotchkies wrote:Newbie file upload question:I am trying to upload a file using a direct action anda WOFileUpload component. I can get the file to uploadcorrectly, but my issue is with send

Re: Newbie: File upload w/Direct Actions and added parameters

2006-05-24 Thread Mike Schrag
You can put a WOHiddenField in your form with the value you want to pass ... On May 24, 2006, at 2:53 AM, Lindsey Hotchkies wrote: Newbie file upload question: I am trying to upload a file using a direct action and a WOFileUpload component. I can get the file to upload correctly, but my

Newbie: File upload w/Direct Actions and added parameters

2006-05-23 Thread Lindsey Hotchkies
Newbie file upload question: I am trying to upload a file using a direct action and a WOFileUpload component. I can get the file to upload correctly, but my issue is with sending a parameter to the direct action so that it can properly set up the next page and save the file into the database with

Re: File Upload and LongRequest

2006-04-15 Thread Amedeo Mantica
thanks! :-) On 14/apr/06, at 18:11, Chuck Hill wrote: File Upload With Progress Bar (and non-blocking) http://wocode.com/cgi-bin/WebObjects/WOCode.woa/2/wa/ShareCodeItem? itemId=306 Chuck On Apr 14, 2006, at 3:52 AM, Amedeo Mantica wrote: hello! is possible to handle a file uploading

Re: File Upload and LongRequest

2006-04-14 Thread Chuck Hill
File Upload With Progress Bar (and non-blocking) http://wocode.com/cgi-bin/WebObjects/WOCode.woa/2/wa/ShareCodeItem? itemId=306 Chuck On Apr 14, 2006, at 3:52 AM, Amedeo Mantica wrote: hello! is possible to handle a file uploading with a LongRequest showing the upload progress status

Re: File Upload and LongRequest

2006-04-14 Thread Gennady Kushnir
I failed with this idea. It can't resume uploading. Just all or nothing. Regards, Gennady Kushnir On 14.04.2006, at 14:52, Amedeo Mantica wrote: hello! is possible to handle a file uploading with a LongRequest showing the upload progress status? Thenks Amedeo __

File Upload and LongRequest

2006-04-14 Thread Amedeo Mantica
hello! is possible to handle a file uploading with a LongRequest showing the upload progress status? Thenks Amedeo ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) He

Re: File upload as longresponse page

2006-01-23 Thread David Holt
Hi Wolfram, Check out the non-blocking file upload on WOCode. I find that it works pretty well and looks to do what you are asking for. http://wocode.com/cgi-bin/WebObjects/WOCode.woa/1/wa/ShareCodeItem?itemId=306 David -- Men are afraid to rock the boat in which they hope to drift safely

File upload as longresponse page

2006-01-21 Thread Wolfram Stebel
Hi list, is there any known implementation for a file upload with a long reponse page, giving feedback for the upload process? The reason i ask (and correct me when i'm wrong!): - browsers do not check the file size - browsers will time out in normal WOFileUpload on files to big - Ses

Re: File Upload

2005-10-25 Thread Amedeo Mantica
I need to subscribe to deploying mailing list... This is my problem.. In developenent enviroment File upload works, when I deploy my application on server the file won't be uploaded, file permission are ok. any suggestion? Thanks ___ Do

Re: File Upload

2005-10-24 Thread Chuck Hill
I'd be pretty willing to bet that it _IS_ permissions. What exactly did you check and what did you see? Chuck On Oct 24, 2005, at 8:27 AM, Amedeo Mantica wrote: I know I need to subscribe to deploying mailing list... This is my problem.. In developenent enviroment File upload

File Upload

2005-10-24 Thread Amedeo Mantica
I know I need to subscribe to deploying mailing list... This is my problem.. In developenent enviroment File upload works, when I deploy my application on server the file won't be uploaded, file permission are ok. any suggestion? Thanks _