For my website I'm using SWFUpload (http://swfupload.org/) to handle multiple file uploading. The problem is when the uploader sends an upload request, it creates a new session. My solution to this was to set the session id for the mako template, and then post the session back with SWFUpload. Then I would load the session back with the session id and I could use the old session.
My question is, is this a big security risk? Is there aa better solution to this problem (perhaps a more pylons-friendly multiple file uploader)? Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
