how do I add local file uploads support to a seaside app?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

how do I add local file uploads support to a seaside app?

Alexandre Rousseau
Hi.

How do I add local file uploads support to a seaside application?

I would like to develop a seaside-served browser for data -- in the  
present case, animation studio production data -- that would let one:
1. select filesystem entries for import and reading into my application
2. parse these imported files, instantiate the relevant objects and  
present them in appropriate ways

#2 I can do.

#1 stumps me. I couldn't find anything -- after 30 minutes only of  
searching, mind you -- specific to seaside online or in the example  
apps.

Thanks in advance for any comments/advice/etc.
Alex

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: how do I add local file uploads support to a seaside app?

Alexandre Rousseau
Oops I just spotted a WAFileUploadTag class after doing a method  
search for "upload". My earlier question may have been premature  
(though 30 minutes would have been saved had there been an entry for  
this in the seaside.st FAQ...)

:)
Alex


On 8-Dec-07, at 10:17 AM, Alexandre Rousseau wrote:

> Hi.
>
> How do I add local file uploads support to a seaside application?
>
> I would like to develop a seaside-served browser for data -- in the  
> present case, animation studio production data -- that would let one:
> 1. select filesystem entries for import and reading into my  
> application
> 2. parse these imported files, instantiate the relevant objects and  
> present them in appropriate ways
>
> #2 I can do.
>
> #1 stumps me. I couldn't find anything -- after 30 minutes only of  
> searching, mind you -- specific to seaside online or in the example  
> apps.
>
> Thanks in advance for any comments/advice/etc.
> Alex
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: how do I add local file uploads support to a seaside app?

Alexandre Rousseau
Still talking to self.

Found the answer in the WAUploadTest.

(squeak and: seaside) developers thanks.
A.


On 8-Dec-07, at 10:28 AM, Alexandre Rousseau wrote:

> Oops I just spotted a WAFileUploadTag class after doing a method  
> search for "upload". My earlier question may have been premature  
> (though 30 minutes would have been saved had there been an entry  
> for this in the seaside.st FAQ...)
>
> :)
> Alex
>
>
> On 8-Dec-07, at 10:17 AM, Alexandre Rousseau wrote:
>
>> Hi.
>>
>> How do I add local file uploads support to a seaside application?
>>
>> I would like to develop a seaside-served browser for data -- in  
>> the present case, animation studio production data -- that would  
>> let one:
>> 1. select filesystem entries for import and reading into my  
>> application
>> 2. parse these imported files, instantiate the relevant objects  
>> and present them in appropriate ways
>>
>> #2 I can do.
>>
>> #1 stumps me. I couldn't find anything -- after 30 minutes only of  
>> searching, mind you -- specific to seaside online or in the  
>> example apps.
>>
>> Thanks in advance for any comments/advice/etc.
>> Alex
>>
>> _______________________________________________
>> seaside mailing list
>> [hidden email]
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside