Click here to Skip to main content
15,914,419 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
NeverHeardOfMe11-Jul-10 8:11
NeverHeardOfMe11-Jul-10 8:11 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
Uros Calakovic11-Jul-10 8:32
Uros Calakovic11-Jul-10 8:32 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
NeverHeardOfMe11-Jul-10 12:15
NeverHeardOfMe11-Jul-10 12:15 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
Uros Calakovic11-Jul-10 8:50
Uros Calakovic11-Jul-10 8:50 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
NeverHeardOfMe11-Jul-10 21:53
NeverHeardOfMe11-Jul-10 21:53 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
Dalek Dave11-Jul-10 22:45
professionalDalek Dave11-Jul-10 22:45 
GeneralRe: CSS Three Column Layout - Column Height Problem Pin
Martin Jarvis12-Jul-10 8:29
Martin Jarvis12-Jul-10 8:29 
QuestionHow to generate a file from base64 binary stream tusing java script Pin
Gokul_md9-Jul-10 23:44
Gokul_md9-Jul-10 23:44 
Hi I have converted the whole file content to base64 binary stream using the below java script code.
After converting I persisted into the database column.


fileNode.dataType = "bin.base64";
// open stream object and read source file
var adoStream = new ActiveXObject("ADODB.Stream");
if (adoStream.State != 1)
{
adoStream.Type = 1; // 1=adTypeBinary
adoStream.Open();
adoStream.LoadFromFile(strFileName);
}

I can also retrieve the same base64 content to client side.
Now I want to generate the same file using the base64 content.

Can anyone tell me now how to convert the base64 to original file format using java script.
AnswerRe: How to generate a file from base64 binary stream tusing java script Pin
Martin Jarvis12-Jul-10 8:33
Martin Jarvis12-Jul-10 8:33 
QuestionAjax and Postbacks Pin
swjam9-Jul-10 16:34
swjam9-Jul-10 16:34 
AnswerRe: Ajax and Postbacks Pin
Peace ON9-Jul-10 22:45
Peace ON9-Jul-10 22:45 
GeneralRe: Ajax and Postbacks Pin
swjam9-Jul-10 23:05
swjam9-Jul-10 23:05 
AnswerRe: Ajax and Postbacks Pin
Not Active10-Jul-10 7:01
mentorNot Active10-Jul-10 7:01 
QuestionNeed Help in creating Text Chat site . . . Pin
khurram_shahzad9-Jul-10 7:07
khurram_shahzad9-Jul-10 7:07 
AnswerRe: Need Help in creating Text Chat site . . . Pin
Peace ON9-Jul-10 21:38
Peace ON9-Jul-10 21:38 
QuestionRe: Need Help in creating Text Chat site . . . Pin
khurram_shahzad10-Jul-10 8:01
khurram_shahzad10-Jul-10 8:01 
AnswerRe: Need Help in creating Text Chat site . . . [modified] Pin
Peace ON11-Jul-10 20:19
Peace ON11-Jul-10 20:19 
QuestionNeed Help .. Video/Audio Confrencing mechanism Pin
khurram_shahzad9-Jul-10 7:05
khurram_shahzad9-Jul-10 7:05 
AnswerRe: Need Help .. Video/Audio Confrencing mechanism [modified] Pin
Peace ON9-Jul-10 21:40
Peace ON9-Jul-10 21:40 
QuestionA HTML page not display a PHP page on button click ERROR 404? Pin
offroaderdan9-Jul-10 6:29
offroaderdan9-Jul-10 6:29 
AnswerRe: A HTML page not display a PHP page on button click ERROR 404? Pin
thatraja9-Jul-10 6:50
professionalthatraja9-Jul-10 6:50 
QuestionWebservice in JSP web application Pin
vjvjvjvj8-Jul-10 8:04
vjvjvjvj8-Jul-10 8:04 
QuestionWebSite Design Pin
Gjm8-Jul-10 6:39
Gjm8-Jul-10 6:39 
AnswerRe: WebSite Design Pin
Graham Breach8-Jul-10 20:16
Graham Breach8-Jul-10 20:16 
Questionhow to access parent functions variables Pin
Jayapal Chandran4-Jul-10 21:14
Jayapal Chandran4-Jul-10 21:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.