Re: How to set an index on an UPLOAD_FILE name?
Status: Alpha
Brought to you by:
coroberti
From: wei g. <wei...@gm...> - 2011-12-14 12:19:26
|
It's amazing thing that I have done similar things before, but not exactly. I have finished to upload different file from the response of a webserver dynamicly by URL_TOKEN, not from a file(maybe this is what you required). the difference is like the url-template-fr-file.conf & url-template-resp-dynamic.conf in conf-example directory. Maybe you should modify it to fitful your requirement. the attachment contain the patch about upload_file_template.patch, which is base on *curl-loader-0.52 *(I developed it base on curl-loader-0.52), a demo, and the php script which web server process. Hope It will be helpful, best regards. 2011/12/12 LELAURE, LUC (LUC) <luc...@al...> > Hello curl-loader users and developers, > > Is there a way to set the name of an "UPLOAD_FILE" in connection with the > user name used in an URL_TEMPLATE (like %s)? > > More generally, is there a way to use a global variable in a configuration > file indexed by a list? > > I need to index the user name in a URL, and the associated upload file for > this user, and that, for each user? > > Thanks in advance for your help. > > Best Regards. > > Luc. > > > > > ------------------------------------------------------------------------------ > Learn Windows Azure Live! Tuesday, Dec 13, 2011 > Microsoft is holding a special Learn Windows Azure training event for > developers. It will provide a great way to learn Windows Azure and what it > provides. You can attend the event by watching it streamed LIVE online. > Learn more at http://p.sf.net/sfu/ms-windowsazure > _______________________________________________ > curl-loader-devel mailing list > cur...@li... > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > |