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
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
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.
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
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,
>>>
>>>
>>>
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.
&
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
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
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.
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
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
:
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
> (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
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
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
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
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
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
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
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
> 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
.)
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
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
>&
; 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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 ?
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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 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
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
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
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
__
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
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
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
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
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
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
_
80 matches
Mail list logo