logo

Search Results for "file"

This page is showing results 1 to 10 of 129

Limit the types of files users can upload

The following JavaScript function can be used to validate that the type of file that a user tries to upload is of a certain format. It does this by checking that the files extention (eg .html) is in ...

19 Oct 2000 | Keywords: File, upload, type | Read »

Keep URLs simple by making them relative

Do you use Computed Fields and/or Computed Text all over your forms in order to place URL references to things likes anchor links, stored images, linked files (CSS, JS) etc that are stored within the...

18 Jan 2001 | Keywords: Relative, Link, URL | Read »

Upload Image Resources from The Web

Now I like to think that when it comes to Domino I am pretty clued up on what can and can't be done. For instance, if somebody were to ask me whether I could change their application so that the imag...

5 Dec 2001 | Keywords: image, resource, DXL | Read »

Auto-Launch a file attachment

In the Notes Client there is an option when designing a form to tell it to launch the first attachment when a document is opened. How about doing this in the browser? I've thought of two ways of doin...

24 Oct 2000 | Keywords: file, attachment, launch | Read »

Locating File Upload Controls with JavaScript

In JavaScript there is no way of getting a direct handle on File Upload Controls via the Document Object Model (DOM) unless you know their "name" (ID). Unless you are using R5, where you can specify ...

18 Oct 2000 | Keywords: File Upload | Read »

Managing Domino File Resources Using WebDAV

Using WebDAV we can easily add many files and folders to Domino databases....

3 Oct 2006 | Keywords: WebDAV, Resource, Explorer | Read »

Creating an Email Java Class

Sending email from Agents is a part of everyday life for most domino developers working on workflow applications. How many times have you written code similar to the following: ...

5 Mar 2001 | Keywords: mail, send, java, class | Read »

Control how attachments are removed

In a previous article I talked about using a combination of checkboxes and a WebQuerySave agent to produce an alternative method of removing attachments from a document. Thus, getting rid of the horr...

22 Jan 2001 | Keywords: attachment, file, remove, detach | Read »

Forcing attachments to always download

Knowing how a certain browser on a certain operating-system will respond to a click on a link to a file of a certain type is something of a guessing-game. We know and expect that clicking a link to a...

19 May 2002 | Keywords: Servlet, download, attachment | Read »

At last, an applet worth using

Regular visitors of this site may know already that I'm not a great advocate of using Java Applets in a web site. That is not to say that I don't occasionally relent and give in to one of the followi...

24 Jun 2001 | Keywords: Applet, Menu, Java | Read »

  Page 1 of 13 Next 10 Results »

Search Again