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.
Great!
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.
Great!
But I do not see the options from the documentation :-)
I will check out the *ini files, but definitely could not find this
option in Uploadify.
Why would you want that? You so far haven't really told what you are doing,
maybe it would be better to elaborate.
Sorry, it is so simple that I thought, I was clear. Sometimes I can be
really unclear and oversimplifying.
Single page simple application:
1. User uploads files
2. S(h)e can remove files (e.g. in the case of clicking to a file that
was not intended for upload)
3. Pressing the submit button
4. for file in uploaded files: run command file
5. return a link to a single result file
6. delete the files (uploaded and the result files) after 24 hours
I think I just was impatient and the simplest way I can and have to do:
1. To spend more time to figure out how uplodify works
2. To use random file names for storing files and to be able to connect
a session to a user (file names, link to the result file).
3. Run a script e.g. every hour to delete files older than 24h.
If you have comments, suggestions... welcome. Thanks!
Have a great weekend,
tamas
--
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.