From: Thien-Thi Nguyen <ttn@gnuvola.org>
To: Sebastian Tennant <sebyte@smolny.plus.com>
Cc: guile-user@gnu.org
Subject: Re: Uploading Word documents, PDFs, PNG files etc
Date: Tue, 12 May 2009 05:15:49 +0200 [thread overview]
Message-ID: <87vdo7au56.fsf@ambire.localdomain> (raw)
In-Reply-To: <y6t52ak6.fsf@vps203.linuxvps.org> (Sebastian Tennant's message of "Sun, 10 May 2009 16:21:29 +0000")
() Sebastian Tennant <sebyte@smolny.plus.com>
() Sun, 10 May 2009 16:21:29 +0000
(with-output-to-file (string-append USER-UPLOAD-DIR upload-fname)
(lambda ()
(display upload)))
Perhaps you can convert the string in variable `upload' to a uniform vector
and write it out using `uniform-vector-write'. It may be the case, too,
that the string can be passed to `uniform-vector-write' directly, e.g.:
(with-output-to-file (string-append USER-UPLOAD-DIR upload-fname)
(lambda ()
(uniform-vector-write upload)))
thi
next prev parent reply other threads:[~2009-05-12 3:15 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-05-10 16:21 Uploading Word documents, PDFs, PNG files etc Sebastian Tennant
2009-05-11 15:11 ` Ludovic Courtès
2009-05-11 15:55 ` Thien-Thi Nguyen
2009-05-11 23:17 ` Ludovic Courtès
2009-05-12 3:15 ` Thien-Thi Nguyen [this message]
2009-05-12 10:15 ` Sebastian Tennant
2009-05-12 10:33 ` Ludovic Courtès
2009-05-12 11:16 ` Sebastian Tennant
2009-05-13 14:02 ` Sebastian Tennant
2009-05-13 15:02 ` Ludovic Courtès
2009-05-13 18:01 ` Sebastian Tennant
2009-05-13 19:09 ` Sebastian Tennant
2009-05-13 19:23 ` Linas Vepstas
2009-05-14 3:47 ` Keith Wright
2009-05-14 12:49 ` Sebastian Tennant
2009-05-14 13:13 ` Sebastian Tennant
2009-05-17 21:55 ` Ludovic Courtès
2009-05-19 4:48 ` Sebastian Tennant
2009-05-19 4:59 ` Sebastian Tennant
2009-05-19 7:50 ` Ludovic Courtès
2009-05-21 5:22 ` Sebastian Tennant
2009-05-21 10:47 ` Thien-Thi Nguyen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87vdo7au56.fsf@ambire.localdomain \
--to=ttn@gnuvola.org \
--cc=guile-user@gnu.org \
--cc=sebyte@smolny.plus.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).