WAFileUploadTag

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

WAFileUploadTag

jtuchel
Hi,

I know: multipart forms and the WAFileUploadTag are (still) on Instantiations' to-do list for upcoming Seaside versions in VA ST. If I remember correctly, this needs some adjustments of the underlying Sst Framework, which is not an easy job.

I tried to get along without file uploads, but now I need to import data onto my server, because FTPing files up to the server and implementing some kind of file browser in Seaside are not the way to go for several reasons, including security concerns.

Does anybody have a workaround for uploading files running in VAST? Is there some intermediate fix from Instantiations available?

Thank you in advance,

Joachim

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/2E4FuJu7WM4J.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: WAFileUploadTag

Marten Feldtmann-2

LAN or WAN solution ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: WAFileUploadTag

jtuchel
The wide open, public, unsecure, evil internet.
The place where there are trillions of bad villains who try to break into my system and where I refuse to show any more information about directories or whatever on the server than is absolutely necessary.

Am Dienstag, 5. Juni 2012 15:45:47 UTC+2 schrieb Marten Feldtmann:

LAN or WAN solution ?

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/29er3RYb-5wJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Reply | Threaded
Open this post in threaded view
|

Re: WAFileUploadTag

Douglas Swartz
In reply to this post by jtuchel
Hello Jtuchel,

I'm too old to actually have used Seaside. :) We always used
Web Connect with the addition of a file upload part from Totally
Objects to do file uploads.

Doug Swartz

Tuesday, June 5, 2012, 7:37:34 AM, you wrote:

> Hi,

> I know: multipart forms and the WAFileUploadTag are (still) on
> Instantiations' to-do list for upcoming Seaside versions in VA ST.
> If I remember correctly, this needs some adjustments of the
> underlying Sst Framework, which is not an easy job.

> I tried to get along without file uploads, but now I need to import
> data onto my server, because FTPing files up to the server and
> implementing some kind of file browser in Seaside are not the way to
> go for several reasons, including security concerns.

> Does anybody have a workaround for uploading files running in VAST?
> Is there some intermediate fix from Instantiations available?

> Thank you in advance,

> Joachim



--
Best regards,
 Douglas                            mailto:[hidden email]

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.

Reply | Threaded
Open this post in threaded view
|

Re: WAFileUploadTag

jtuchel
Hi Doug,
 
I'm too old to actually have used Seaside. :)

So you must be veeery old ;-)
But hey, I think you should, if only just for the fun of it.
 
We always used
Web Connect with the addition of a file upload part from Totally
Objects to do file uploads.

I guess this is mostly a part that generates the FileUpload tag with embedding form in the context of Web Connection, which will very likely not play nicely with Seaside.

I received some hints and code snippets by PM from another community member and I hope that gets me anywhere.

 Anyways, thanks for your answer

Joachim

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/RnnmJA3QaRsJ.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.