January 7, 200224 yr 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
January 7, 200224 yr 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.
Create an account or sign in to comment