The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Exporting .epub file, Creating epub file by giving the input data into html form
Inam
post Jul 13 2012, 04:32 AM
Post #1





Group: Members
Posts: 3
Joined: 13-July 12
Member No.: 17,430



Hi sir
I am creating html form, after filling the form up, when user clicks the 'submit' button, those information submitted to the form will be converted to first zip file , subsequently when the user clicks the 'explore' button, soon that zipped file will be converted into .epub file.
The first time i m developing the application, i dont have the idea.

Plz help me out


Regards
Inam
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Jul 13 2012, 07:08 AM
Post #2


.
********

Group: WDG Moderators
Posts: 9,656
Joined: 10-August 06
Member No.: 7



HTML can't do that, but the server-side script (that the form submits to) might be able to. Which server-side scripting language are you using, and what does its documentation say?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Inam
post Jul 13 2012, 08:31 AM
Post #3





Group: Members
Posts: 3
Joined: 13-July 12
Member No.: 17,430



QUOTE(Christian J @ Jul 13 2012, 07:08 AM) *

HTML can't do that, but the server-side script (that the form submits to) might be able to. Which server-side scripting language are you using, and what does its documentation say?




I know it very well, that html can't do this job, i think xml file will be used, but how it will be configured, i m not asking about which technology i need to use, my question is, what is the procedure and steps to be performed. If you are not able to understand the point, why u waste your time.


Thanks
Inam
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jul 13 2012, 09:23 AM
Post #4


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



XML isn't a programming language either. You need a programming language to do the kinds of things you've described. What programming language are you using? What kind of programming experience do you have.

As far as "steps to be performed", you've described the steps the program will need to perform: (1) convert to zip file, (2) display a form with an "Explore" button, (3) convert the zip file to an epub file when the user submits the second form.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Inam
post Jul 14 2012, 01:25 PM
Post #5





Group: Members
Posts: 3
Joined: 13-July 12
Member No.: 17,430



Hi sir
I know html, javascript, java server pages, all these language,
now what would i do. plz tell me how will i solve this problem.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Darin McGrew
post Jul 14 2012, 04:04 PM
Post #6


WDG Member
********

Group: Root Admin
Posts: 8,365
Joined: 4-August 06
From: Mountain View, CA
Member No.: 3



Well, JSP is server-side programming, so you can use it. I am not familiar with it, but a little digging turned up ZipOutputStream, which is documented here:
http://docs.oracle.com/javase/1.4.2/docs/a...tputStream.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 23rd April 2024 - 07:18 AM