For a program with no login and no menu, how do I determine what is the default page the index.htm file will load. I have had to edit that file manually.
Is it possible to browse for images on the local computer and automatically upload the local image to the url in the image field? Thanks Jean
Jean, If you use login page - login.asp will be default page.
If your project includes several tables - menu page will be a default one.
If your projects consists of one table only list page will be default one. To upload images set Edit as type of text aor binary field to Image/File.
J
jlemecthomas author1/26/2007
Thanks! But my database has many tables but no menu and no login. Therefore, the Index.htm becomes the default page that is loaded. The question is what page will be referenced by Index.htm. I have not been able to determine how ASPRunner picks that page. Also, I do not want to load the images into the database but to a web address not associated with the databse. Thanks, Jean
Alexey admin1/26/2007
Jean, in your conditions the default page will be a List page of a table first added to the project. Set set Edit astype to Image/File for a text field and images will be uploaded directly to the server, not to the database.