bwill2000 Posted November 24, 2003 Posted November 24, 2003 Dear All, I am buildang a CV database system to be used on my companies intranet. I have a simple database which is accessed by web pages to add and search records . All works fine, but I need to find a way for users to upload CVs to a network drive via the web pages. Is there a way I can do this and somehow link the documnet to the database record? So that when record details is displayed the user can push a button to view the CV. Thanks BW
Anatoli Posted November 24, 2003 Posted November 24, 2003 IMHO, not possible just with FM. But with other technologies like PHP, Lasso, VB or AppleScript it can be done. To link document to record is easy -- see Open URL.
bwill2000 Posted November 25, 2003 Author Posted November 25, 2003 I've been trying to use the FileUpload javascript object with no joy. Is there anybody out there who can tell me how to use this? Please ) Thanks
Anatoli Posted November 26, 2003 Posted November 26, 2003 IMHO -- JavaScript cannot do that. Maybe Java, but I still doubt that. They usually play just in "sandbox"
Garry Claridge Posted November 26, 2003 Posted November 26, 2003 How is your server setup? What web-server scripting resources do you have? Like Anatoli, I don't know of a Javascript FileUpload object. You could do it with a JavaApplet and a JavaServlet. However, I recommend that you use PHP to manage the HTTP/Form File Upload and the database update. This can be done quite simply! Some other threads exist on this subject. All the best. Garry
Recommended Posts
This topic is 7660 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now