Search the web
Sign In
New User? Sign Up
ClearSilver
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1198 - 1227 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1198
hello every one, can anyone send me a sample code for file up load. please send me the code for cgi and html part. Regards Max...
maxsimon1980
Offline Send Email
Aug 8, 2008
10:27 pm
1199
Do you have a perferred language? Attached is a test python one I had lying around. upload.py is a dirt simple one, upload2.py uses a callback so you get...
Brandon Long
blong42
Offline Send Email
Aug 8, 2008
10:32 pm
1200
Thanks for your response, but i dont want to use python or any other script. I can use clearsilver C API with cgi application .i just want to know whether it...
maxsimon1980
Offline Send Email
Aug 11, 2008
7:26 pm
1201
Yes, its possible. The code is obviously similar to the python from before. The key point is, your HTML code must have a FORM element which has the extra...
Brandon Long
blong42
Offline Send Email
Aug 11, 2008
9:57 pm
1202
hello everyone.. hope all u r doing great.. i am new to this clearsilver.. Now, I am in need of a file upload and a file download.. I cant find any more help...
Jeevan
jeevan_jothi
Offline Send Email
Aug 12, 2008
1:44 pm
1203
Hmm, second request for file upload help in as many days. You can see my previous response here: http://tech.groups.yahoo.com/group/ClearSilver/message/1201 ...
Brandon Long
blong42
Offline Send Email
Aug 12, 2008
8:53 pm
1204
Mr.Brandon, Thank you for your immediate response. The file download worked perfectly...!!!!!!!!! I have gone through your replies for file upload. In fact, I...
jeevan jothi
jeevan_jothi
Offline Send Email
Aug 13, 2008
6:03 pm
1205
hello sir, i have created a html file with following tags, <form method="post" enctype="multipart/form-data" action="upload.cgi"> <tr class="ch_fl1"> <td...
maxsimon1980
Offline Send Email
Aug 20, 2008
5:01 am
1206
... try err=hdf_set_value(cgi->hdf,"Config.Upload.TmpDir","/var/tmp"); Gerald ... This message was sent using IMP, the Internet Messaging Program....
Gerald Dachs
gdachs
Offline Send Email
Aug 20, 2008
7:11 am
1207
Has anyone successfully compiled CS under Visual Studio 2008 (VC++ 9.0)? I know it's compiled for Windows using MingW (gcc++), but I'm considering developing a...
breakthrough6
Offline Send Email
Aug 21, 2008
8:18 pm
1208
I don't know of anyone who has, I'd be interested in whatever patches are necessary to get it to work, though. There are a bunch of things in the util...
Brandon Long
blong42
Offline Send Email
Aug 22, 2008
6:51 pm
1209
Hello. I'm using ClearSilver within XML documents, and it makes a problem : CS uses XML's processing instructions, and these are illegal in attributes (<a...
Léo Gillot-Lamure
leo.gillot@...
Send Email
Aug 27, 2008
11:43 pm
1210
... Yeah, that's true. Though, lots of HTML tools should understand php and other syntax that would work... I guess not for XHTML though? ... CS is actually...
Brandon Long
blong42
Offline Send Email
Aug 28, 2008
10:36 pm
1211
Hello, I've got a problem with using variable in <?cs include: ?> in template. I can include file <?cs include: "path_to_file/file.tmpl" ?> I've defined in...
petr.vorel
Offline Send Email
Aug 29, 2008
3:27 pm
1212
... I don't know about standard HTML editors like Nvu because I'm using an XML editor, but my documents must be pure XML. ... Mmh, it could be a temporary...
Léo Gillot-Lamure
leo.gillot@...
Send Email
Aug 29, 2008
9:24 pm
1213
... The correct syntax is: <?cs include:Page.Template.Menu ?> or this: <?cs include!Page.Template.Menu ?> The exclamation point means "required", and if it...
Brandon Long
blong42
Offline Send Email
Aug 29, 2008
9:26 pm
1214
... Clearsilver is capable of producing pure XML output documents, however, the source documents are not xml compatible for a reason -- to allow arbitrary ...
David Jeske
jeskeca
Offline Send Email
Aug 30, 2008
9:15 am
1215
Oh, it seams I have been misunderstood... I don't want CS to work WITH xml, I want it to work IN xml, transparently and without disturb it. It wasn't the case...
Léo Gillot-Lamure
leo.gillot@...
Send Email
Aug 30, 2008
5:25 pm
1216
... I understand what you want to achieve, and it does seem like this may have utility in some cases. However, even with your patch a template which emits xml ...
David Jeske
jeskeca
Offline Send Email
Aug 30, 2008
5:45 pm
1217
Ok, I didn't understand you meant *so* dynamic. In this case I surely agree with you, this kind of work is for xslt (but the problem with xslt is that it can...
Léo Gillot-Lamure
leo.gillot@...
Send Email
Aug 30, 2008
8:48 pm
1218
\o/ I modified CS to accept new parameters : "Config.CompleteTagStart" and "Config.CompleteTagEnd", which redefine respectively the entire start pattern an the...
Léo Gillot-Lamure
leo.gillot@...
Send Email
Aug 30, 2008
9:18 pm
1219
Hello, I've got some error on my template but I get no error message to apache log. I use perl CGI scripts on apache 2. It prints some part of page and then it...
petr.vorel
Offline Send Email
Sep 3, 2008
9:52 pm
1220
Hi, The ftp://biology.nmsu.edu/pub/software/clearsilver++/ is unavailable. Anybody can send Me the last version of ClearSilver++? Thank you for help, Tibor...
Szolnoki Tibor
szolnokit
Offline Send Email
Sep 10, 2008
3:46 pm
1221
I'm trying to run a Perl script (ezmlm-web) that makes use of ClearSilver under Perl 5.8.8 on a Fedora Core 7 platform. When I call the script, Perl errors...
Angus McIntyre
angusmci
Offline Send Email
Oct 20, 2008
5:07 am
1222
I can successfully compiled ClearSilver with MS Visual Studio 2005/2008. Tested with ClearSilver++ and FastCGI. My patch downloadable from: ...
Szolnoki Tibor
szolnokit
Offline Send Email
Oct 20, 2008
6:40 pm
1223
I've found the problem a long time ago, and forgot to post it. I just stumbled on my old message, so I figured I'd post a followup :) In fact the problem comes...
raphael.huck
Offline Send Email
Oct 27, 2008
5:25 pm
1224
Hey everyone, The website documentation doesn't cover in great detail the C programming logic to create a CGI. I have looked at the examples in the the cgi/...
Liran Tal
L.Tal@...
Send Email
Nov 12, 2008
4:18 pm
1225
You can see an example image-server CGI written in C in the "imd" directory. The API is mostly the same in each language, so the brief tutorial written for the...
David Jeske
jeskeca
Offline Send Email
Nov 12, 2008
4:37 pm
1226
The clearsilver model currently lacks a "top level" idea of how to accept and dispatch different types of requests. The closest we've come to releasing...
Brandon Long
blong42
Offline Send Email
Nov 12, 2008
11:19 pm
1227
I would love to hear about other "live" examples implemented in C for ClearSilver usage as it's what we are going for. In regards to the model, we're talking...
Liran Tal
L.Tal@...
Send Email
Nov 13, 2008
12:31 pm
Messages 1198 - 1227 of 1347   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help