Re: file upload validation

2004-07-13 Thread info
Does anyone have a JS script that will determine the length of file name for a file upload process? This is only for the document name, not the complete path and filename, so document.forms[0].fileupload.value will not work. just trying to find a script to determine the length of file

RE: file upload validation

2004-07-13 Thread cfdev
much appreciated!! _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:45 AM To: CF-Talk Subject: Re: file upload validation Does anyone have a JS script that will determine the length of file name for a file upload process? This is only for the document

RE: file upload validation

2004-07-13 Thread info
welcome. :) much appreciated!! _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:45 AM To: CF-Talk Subject: Re: file upload validation Does anyone have a JS script that will determine the length of file name for a file upload process? This is only

Re: file upload validation

2004-07-12 Thread Joe Rinehart
I don't have one handy, but you should be able to split the .value using \ or / as delimiters (depending on OS - I'd test to see which exists first) , and take the last value in the resultant array. -joe - Original Message - From: Coldfusion [EMAIL PROTECTED] Date: Mon, 12 Jul 2004

Re: file upload validation

2004-07-12 Thread S . Isaac Dealey
Does anyone have a JS script that will determine the length of file name for a file upload process? This is only for the document name, not the complete path and filename, so document.forms[0].fileupload.value will not work. just trying to find a script to determine the length of file

RE: file upload validation

2004-07-12 Thread Coldfusion
much appreciated!! _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:45 AM To: CF-Talk Subject: Re: file upload validation Does anyone have a JS script that will determine the length of file name for a file upload process? This is only for the document

RE: file upload validation

2004-07-12 Thread S . Isaac Dealey
welcome. :) much appreciated!! _ From: S. Isaac Dealey [mailto:[EMAIL PROTECTED] Sent: Monday, July 12, 2004 8:45 AM To: CF-Talk Subject: Re: file upload validation Does anyone have a JS script that will determine the length of file name for a file upload process? This is only