HI can any body tell me how to decode a base64 strin开发者_Go百科g in asp classic encoded by java from an imagePass the base64 string into decodeBase64() function, as below and pass file name and retu
Can any one tell me how to decode a base64 encoded image in classic ASP? The image is encoded by Java org.apache 开发者_C百科base64 class. The Java uses RFC 2045 for base64 decoding.<%
I took a copy of a website that works fine on a server 开发者_开发技巧(done have server access) but when I set up a website in IIS7 and run the classic asp code loading a page is taking nearly a minut
I have a issue related to redirection I want to apply redirection if someone uses http://mywebsite.com/ t开发者_如何学Pythonhen the URL would be redirected to http://www.mywebsite.com/.I know it is
I wanted to know if it\'s p开发者_开发问答ossible to have a page on another server query the database on our server, or is that a big security no no?This is a very common practice.
We are trying to run an ASP application on windows 2008 R2 standard (64 bit processor & iis 7.5). ASP application connects to MS Access database. IIS is running fine and Asp is running fine. But w
I have the following form: <form enctype=\"multipart/form-data\" action=\"uploader.php\" method=\"POST\">
HI, I am using asp as server side script. I am calling asp page from java by HttpURLConne开发者_如何学Pythonction and passing the image by ImageIO.write() method. can any body tell me how can I upload
update Here is the situation: I\'m working on a website that has no physical folder structure.Nothing had been planned or controlled and there were about 4 consecutive webmasters.
I have some code which sends emails out with an attachment. sch = \"http://schemas.microsoft.com/cdo/configuration/\"