Document upload / download questions

Here is my scenario:
Admin staff uploads documents to a clients file. That seems to work ok.
Now I need to give the client a screen where they can see the documents that have been loaded and view or download them. I can’t use the multi file upload control for this the client can only view or download. I’m assuming I put the files in a grid but my database doesn’t seem to capture the file name.
Ideally I’d like the client to be able to click on a document link and then the appropriate viewer launch like in other sites I’ve gone. And then if they want to download the file I’d like to file to keep the same name as it had when upload.

This is easy in other dev tools and standard behavior. Why is it hard in scriptcase when it would seem to be a common thing?

So I’m looking for a tutorial or some help to get this done. Would even consider paying for some code if someone could help me out. I’m stuck and frustrated…

Thanks in advance for any suggestions!

Ted

I haven’t worked with multi uploads so far, but on regular single uploads. You don’t want to show the end-user an uploadfield. I therefore use a grid as you cannot update in a grid. Perhaps this is an alternative for you?

Can you help me with a solution?

Albert,

I’m not sure if I should take this out of the forum and deal with you direct in a private message or not but I’d like to ask you to help me get this working correctly. I have projects that are on hold until I get this working. You are always providing suggestions to folks in the forum and seem to respond the most and have the most experience. Your help is always appreciated but I don’t mind paying you to help me learn the right way to do this. Especially if it will expedite the process.

Ideally I would like to know how to implement a single file upload using a grid to display the uploaded files and also allowing someone to click a link in the grid to download or view the file in it’s native viewer. Click a PDF launch the PDF viewer, click an XLS document, launch Excel, etc.

I look forward to your response.

Thanks

Ted

I need to copy the file upload to other folder, but I don’t know how do I get the name of the file(save in disk, in folder temp), for that I can copy to new folder

Somebody help me??