Hi, Does anyone know if Seaside fileUpload works with VA Smalltalk V8.0.3? If so what do I need to do to use it? If not, am I the only one who wants to upload files in a Seaside app, because to the best of my knowledge, it has never worked. Lou
-- 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/-/WGFnMTl5ZS1LOEFK. 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. |
Nope, not yet :-(
--
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/-/SWEwQnlZMXR5RDhK. 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. |
Hi John, Thanks for the reply. I assume (always dangerous) that if it was coming soon you would have said so. I expect I am the only one asking for this feature, so that probably makes it a low priority. I would point out that it is hard to tout VA Smalltalk - Seaside as a great web application development platform (which it is) but you can't upload files with it:-(( Lou
-- 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/-/QXYwYWRGeWYtbVlK. 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. |
I think, that some people are urgently waiting for this feature :-),
-- 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/-/WTNzRWlIWEpwZXNK. 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. |
In reply to this post by Louis LaBrunda
Hi Lou,
you're not alone. I seem to remember John mentioned it's a bug in SST, not in the Seaside port. Not that this would make things any better ;-) 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/-/RnpTdEVYbENVLTRK. 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. |
In reply to this post by Louis LaBrunda
In the early days of VAStGoodies.com I used file upload for code submissions. I dropped it when the VAStGoodies Tools became available to import from and submit to VAStGoodies.com directly from the image.
The file upload was based on the class MultipartChunk from Squeak/Pharo and a some 'hacks' to make it work just enough for this purpose. Cheers, Adriaan. -- 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/-/Y2dGQnE4UDA0SkFK. 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. |
In reply to this post by jtuchel
Hi Joachim, I'm sure it's not a Seaside problem, I forget where John told me the problem is, in SST or elsewhere. I think it does have something to do with multi-part forms. My guess is that the VAST web code was written before file upload and multi-part forms existed, so there is no support for them and no one ever went back and wrote it. The history may be interesting but in the end we can't upload files with Seaside and probably not Web Connection either. Lou
-- 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/-/QnBvaGhNbUREWXNK. 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. |
Hi guys,
Is maybe a time to think about porting the Swazoo Smalltalk web server (http://www.swazoo.org) to VA? Swazoo supports file upload, even streamed one for really big files. Same for download. And it follows the newest web technologies like HTML5 WebSocket protocol for so called real-time web apps. Best regards Janko -- Janko Mivšek Aida/Web Smalltalk Web Application Server http://www.aidaweb.si On Mon, Jun 6, 2011 at 4:03 PM, Louis LaBrunda <[hidden email]> wrote: > Hi Joachim, > > I'm sure it's not a Seaside problem, I forget where John told me the problem > is, in SST or elsewhere. I think it does have something to do with > multi-part forms. My guess is that the VAST web code was written before > file upload and multi-part forms existed, so there is no support for them > and no one ever went back and wrote it. The history may be interesting but > in the end we can't upload files with Seaside and probably not Web > Connection either. > Lou > > -- > 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/-/QnBvaGhNbUREWXNK. > 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. > -- 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. |
In reply to this post by Louis LaBrunda
Hello Louis,
TotallyObjects has a free add-on to Web Connection for handling multi-part form uploads. It is at: http://www.totallyobjects.com/Tofree.htm. My former employer has used it for many years upto and including VA 8. Doug Swartz Monday, June 6, 2011, 9:03:31 AM, you wrote: > Hi Joachim, > I'm sure it's not a Seaside problem, I forget where John told me > the problem is, in SST or elsewhere. I think it does have something > to do with multi-part forms. My guess is that the VAST web code was > written before file upload and multi-part forms existed, so there is > no support for them and no one ever went back and wrote it. The > history may be interesting but in the end we can't upload files with > Seaside and probably not Web Connection either. > Lou -- 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. |
In reply to this post by Janko Mivšek-2
Hi Janko, Thanks, this sounds like the kind of thing Instantiations should at least take a look at. Lou
-- 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/-/MEFWWDlKQ2NJQ2NK. 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. |
In reply to this post by Douglas Swartz
Hi Doug, Thanks, I will take a look, it may due until the real thing comes along. Lou
-- 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/-/YnhNYjJGUW53UDBK. 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. |
Free forum by Nabble | Edit this page |