On Jun 3, 2011, at 7:24 PM, Tamas Hegedus wrote:

> I have 1.0a3 that has the same "self." in update_params as mentioned by Diez 
> at 
> http://old.nabble.com/widget-to-upload-a-file-with-progress-bar-td31067880.html
> 
> ----
> /home/src/tw.uploadify-0.1a3$ less tw/uploadify/widgets.py
> ...
> self.add_call(call)
> 
> ----
> Or I misunderstand something.

That's not an issue, it's a call to a widget-method, and doesn't go through d.

> 
> ************************************
> I have other problems, too - I just do not find certain information - I might 
> need just spend more time to look it up... But if you know:
> 
> 1. How to define the upload directory? Where to upload the files?

You can define it as you like, most appropriate would be a configuration 
setting in the *.ini-files. 

> 2. If I want to create a directory with a name corresponding of the session 
> ID: I do not find how to get the session id from the beaker session system.

Why would you want that? You so far haven't really told what you are doing, 
maybe it would be better to elaborate.

> 3. I do not find enough information about the integration of the session 
> system and TG2: how to check if the session expired and files can be deleted?

Again, it's unclear from what you said what you want to do.

Diez

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to