Newbies Hete Posted January 7, 2002 Newbies Posted January 7, 2002 Some one know how to add image on a "container" from a web broswer ?
Jeff Spall Posted January 7, 2002 Posted January 7, 2002 Hi, I think the general view is not to use containers in web databases, but just to input the file name into a field and use it to link to the file. So you'd have an 'imagename' field and another calculation field like: "http://mydomain.co/imagedirectory'"&imagename which you use to create the link to the image. get the user to input the image, movie or whatever name into the database and then use a sever-side or java file upload to post the image to the server. Works for me! Jeff
Anatoli Posted January 7, 2002 Posted January 7, 2002 Jeff, I believe Hete wants post image from browser to FM on the web and that doesn't work at all. Only web server with that functionality can do that.
Recommended Posts
This topic is 8701 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