Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. FSonaglioni

    PROBLEM UPLOADING HEAVY TEXT FILES

    Hi , i'm having problems aparently with the cfserver , when i try to upload files with more than 9,2 MB . the crazy thing is that when file is <= 9.2 MB , it works perfectly. My question is , could it be that the server runs out of memory?(my development server is only 100 mb ram ) the error...
  2. FSonaglioni

    working with decimals

    Hi everybody. Is there any coldfusion function , to convert a number eg.(323.3333333333) ,to its first two decimals?? (323.33) the only functions i found were round,int,ceiling , but they doesnt solve this problem. Thanks in advance!
  3. FSonaglioni

    CFPOP, ERROR USING FROM PARAMETER

    WHEN I USE THE FROM PARAMETER, IN LOTUS NOTES MAIL SERVER SAYS FOR EXAMPLE FROM : &quot;NAME&quot; <NAME@HOTMAIL.COM> WHEN I RETRIEVE WITH THE CFPOP TAG THE FROM PARAMETER SHOWS ONLY &quot;NAME&quot; NOT SHOWING ME THE COMPLETE VALUE ADRESS (<NAME@HOTMAIL.COM>) HOW CAN I SOLVE THIS...
  4. FSonaglioni

    using javascript to validate whether the browser supports ...

    Hi everybody , i'm in a hurry , i need to validate whether the browser supports java plug in and (i don't know what mime type is it ) *.class files. It would be usefull some examples or code especially for the *.class files. Thanks in advance!
  5. FSonaglioni

    How to rename a cookie

    Hi everybody , i need to know how to append to a cookie name a code generated by a session.sid , cause i tried using cfcookie but , this tag only enables me to write inside the cookie, i'm working on a multi country site and i need diferent cookies. Thanks!
  6. FSonaglioni

    problems using cfmail with attribute mimeattach

    hi everybody , my problem is quite simple , at least i think so , i need to send a mail with a *.doc attach , the problem is that , the mail is in html type , and when i use the mimeattach atribute , when the mail is sent , it displays the html , inside the mail. i tried using some cfx tags but...
  7. FSonaglioni

    converting text files into html ones

    Hi everybody!!<br>Does anybody know , how could i&nbsp;&nbsp;convert text files , or *.doc&nbsp;&nbsp;to an html file using some coldfusion tag ?<br><br>I use this code : <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cffile...
  8. FSonaglioni

    problems using directories

    Hi , everybody!!!!<br>how can i ask whether a directory exists or not???<br><br>because i'm working with parametrized directories with lots of subdirectories .<br><br>Please help me!!! , THANKS!!!!!!
  9. FSonaglioni

    validating files

    Hi , how can i validate if a user attaches a valid type of&nbsp;&nbsp;file using an &lt;input type=file?&gt; , cause if i submit the form&nbsp;&nbsp;and that field is empty&nbsp;&nbsp;it returns me a message error when triying to upload the file! <br><br>and then using a &lt;cffile&gt; how could...

Part and Inventory Search

Back
Top