Upoad button to upload a file

Discussion of Common Lisp
Post Reply
1pseudoxy
Posts: 4
Joined: Wed May 26, 2010 10:29 am

Upoad button to upload a file

Post by 1pseudoxy » Sat Jun 19, 2010 11:44 pm

how i can create a Upoad button to upload a file and show their content down this button in the interface, the upload button is designed to work permenantly

Code: Select all

[color=#000040][size=150] :D [/size][/color]
[/b].

Jasper
Posts: 209
Joined: Fri Oct 10, 2008 8:22 am
Location: Eindhoven, The Netherlands
Contact:

Re: Upoad button to upload a file

Post by Jasper » Sun Jun 20, 2010 5:08 am

In what? On the web, an native application? What libraries are you using? What sort of content?

If you didn't think of including any of these in your comment asking, i don't think you're ready to implement this at all.

1pseudoxy
Posts: 4
Joined: Wed May 26, 2010 10:29 am

Re: Upoad button to upload a file

Post by 1pseudoxy » Sun Jun 20, 2010 7:07 am

i'll use capi interface for a native application.

1pseudoxy
Posts: 4
Joined: Wed May 26, 2010 10:29 am

Re: Upoad button to upload a file

Post by 1pseudoxy » Sun Jun 20, 2010 7:10 am

the upload button will load a file & show it under the menu where upload button.
THNX
:lol: ;

amos
Posts: 4
Joined: Sat Jun 28, 2008 4:47 am
Location: Bolton, UK

Re: Upoad button to upload a file

Post by amos » Mon Jun 21, 2010 8:58 am

But if it's a native application what is being uploaded and to where?

Do you mean that you would like to point your application at a file on the local filesystem, have it remember the association and display this in a menu. What do you want to do with the file once it's been associated? Is this in the file menu of a desktop application?
May the wind at your back never be your own!

Post Reply