1 rename uploaded files. 2+3 fonts

Last post 08-30-2005, 1:19 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  08-30-2005, 8:32 AM 10020

    1 rename uploaded files. 2+3 fonts

    1. 1. Is it possible to rename (add a textbox value) to an uploaded file? I would just like to prefix the file name with a value from the webpage (though would i need the same value stored on the file upload dialogue?
    2. Also i want to set the default font (in a freshly loaded editor) to Arial but have failed to find the setting anywhere!@#
    3. I would like this to apply this to pasted text, e.g. if it comes in as Comic Sans 24pt (or whatever) i'd like it to be converted to Arial 11pt.
     Is this possible?
    Thanks
    Dan
  •  08-30-2005, 1:19 PM 10035 in reply to 10020

    Re: 1 rename uploaded files. 2+3 fonts

    Dan,
     
    >>Is it possible to rename (add a textbox value) to an uploaded file?
     
    You can rename the files after you upload the files to the server. However if you want to rename the files in the fly when uploading, this feature is not supported.
     
    >>Also i want to set the default font (in a freshly loaded editor) to Arial but have failed to find the setting anywhere!@#

    Please check EditorWysiwygModeCss property and EditorBodyStyle :

    EditorWysiwygModeCss:
     
    Specifies the location of the style sheet that will be used by the editable area. Multiple Style Sheets are supported.

    Example:   editor.EditorWysiwygModeCss = "example.css,~/portal.css,/default.css"    

    Editor.EditorBodyStyle Property:

    The style to be applied to the Editor body.

    Example: editor.EditorBodyStyle="font:normal 11px verdana,arial; background-color:tan;Color:white"

    Hope it helps.


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML