>> but I only can use javascript
The only client-side language you can use is
JS, or the only language period?
JavaScript runs on the client's machine (the one that is visiting your site). It *cannot* directly communicate with the server (i.e. passing files). To do uploads you must have a server-side language (PHP, ASP, etc.).
Basically, no,
JS cannot do uploads. Grab yourself a server language.
Hope this points you in the right direction,
Snib
<><