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...
User Profile
Collapse
-
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...Leave a comment:
-
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...Leave a comment:
-
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...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...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,
... -
Thank you AricC,
very much for the example code - works fine!
Regards, MY...Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: