User Profile

Collapse

Profile Sidebar

Collapse
mylo1968
mylo1968
Last Activity: Sep 25 '07, 03:38 PM
Joined: Oct 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mylo1968
    replied to How to upload whole files with ASP
    Here is fine asp-upload class and its explanation in case you do not have proper third order com-component available in your server.

    http://www.stardevelop er.com/articles/display.html?ar ticle=200104250 1&page=1

    And here you can download its source:
    http://www.stardevelop er.com/downloads/zip/2001042501.zip

    And after being capable of uploding a file into your server folder (uploaded) you can simply...
    See more | Go to post

    Leave a comment:


  • Here:

    http://www.devarticles .com/c/a/MySQL/Two-Lessons-in-ASP-and-MySQL/

    ... is something to be taken into account with ASP/Vbscript and MySQL concerning date data type differences,

    Regards,

    Matti...
    See more | Go to post

    Leave a comment:


  • mylo1968
    replied to How to upload whole files with ASP
    Jared,

    I'll wait with interest in what you will come up with! - This area of asp-upload without third party components (or even with them) have produced very much headache for many asp-developers me including some times ago. So, I am eager to see if someone can really create a simple or even really readily workable solution for this. Well, I know, there already are many pure asp-upload-classes I have also tested, of which some work...
    See more | Go to post

    Leave a comment:


  • mylo1968
    replied to How to upload whole files with ASP
    Thank you,

    for the code - it worked indeed, even was capable of processing multipple files. But only problem with it seems to be that it gets terribly slow with file sizes larger than 100 KB. And I could not process (upload) files larger than some 200 KB. - Also it seemed that there were differences between image types, even though I did not make any systematic research with this. Browsers I used were IE7 and FireFox, both worked approximately...
    See more | Go to post

    Leave a comment:


  • Thank you dswethar,

    for your reply! - Actually I had "post" in my from tag - but there was spelling error in the "method" command [it was "metod"]. So, that' s why the form used the default posting method, get. Thing is clear now, thank you once more for the reply! - MY...
    See more | Go to post

    Leave a comment:


  • Can JavaScript submit the form with post method?

    Hi Experts,

    Is it so that "document.forms[0].submit();" sends form data with get method? - I assume this is so because after submitting there is in the URL to be seen the data that is posted (i.e. "... *.htm?FirstName =&Koe=1&Koe2=1& Koe3=1).

    Is it possible to submit form data with javascript by using post method instead?
    If so, how can I do it?

    Regards,

    ...
    See more | Go to post

  • mylo1968
    replied to about JavaScript Form Validations ...
    Thank you AricC,

    very much for the example code - works fine!

    Regards, MY...
    See more | Go to post

    Leave a comment:


  • mylo1968
    started a topic about JavaScript Form Validations ...

    about JavaScript Form Validations ...

    Hello Experts,

    in the following link there is fine tool for javascript client-side form validation,
    as some of you I guess/hope know:

    http://www.javascript-coder.com/html-form/javascript-form-validation.phtm l

    I just found it and experiment with it a little. Problem now is that I couldn't find out how to validate radiobuttons with it, i.e., if the client has selected a radiobutton from the set...
    See more | Go to post
No activity results to display
Show More
Working...