[PHP] Re: XSD to HTML

2011-04-16 Thread domih
On 4/13/2011 8:35 AM, jordan wrote: HI Does somebody know how to convert XSD file to HTML with search option. I have a lot of xsd files and need to make like next link: http://www.tom.comm.waseda.ac.jp/map7/search.cgi I need me realyhelp, thanks a lot oXygen provides a good XSD documentation

Re: [PHP] Re: How to write a PHP coding to list out all files and directories aslinks to them?

2011-04-16 Thread Ashley Sheridan
On Sat, 2011-04-16 at 15:02 -0500, Shawn McKenzie wrote: > On 04/14/2011 06:16 PM, Mikhail S wrote: > > How to write a PHP coding to list out all files and directories as links to > > them? > > > > This is somewhat similar to some index pages. When new file or folder is > > added to the directory

[PHP] Re: How to write a PHP coding to list out all files and directories aslinks to them?

2011-04-16 Thread Shawn McKenzie
On 04/14/2011 06:16 PM, Mikhail S wrote: > How to write a PHP coding to list out all files and directories as links to > them? > > This is somewhat similar to some index pages. When new file or folder is > added to the directory, HTML page should display the newly created > file/folder together wi

Re: [PHP] upload big files

2011-04-16 Thread Ashley Sheridan
On Sat, 2011-04-16 at 15:47 +0200, Daniel Jost wrote: > okay, sorry, you are right. i thought it would be purely javascript > but forgot the flash component. > > > > but if you don't want your user to blindly upload 300mb over hours > (depending on his internet connection) there are no other >

Re: [PHP] upload big files

2011-04-16 Thread Daniel Jost
okay, sorry, you are right. i thought it would be purely javascript but forgot the flash component. but if you don't want your user to blindly upload 300mb over hours (depending on his internet connection) there are no other possibilities than using one of that components. or does anyone have anot

Re: [PHP] upload big files

2011-04-16 Thread Ashley Sheridan
On Sat, 2011-04-16 at 15:36 +0200, Daniel Jost wrote: > hi! > > this form would not really be a nice solution to upload 300mb. there would > be no progress bar and no other possibility for the user to get feedback. > > you should consider to use a java uploaded - or a bit nicer - a javascript >

Re: [PHP] upload big files

2011-04-16 Thread Daniel Jost
hi! this form would not really be a nice solution to upload 300mb. there would be no progress bar and no other possibility for the user to get feedback. you should consider to use a java uploaded - or a bit nicer - a javascript based solution like this: http://www.uploadify.com/