<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Dear Friends,</DIV>
<DIV> </DIV>
<DIV>Few questions about Drupal:</DIV>
<DIV> </DIV>
<DIV>Could anybody know how can I create Yahoo homepage like portlet (which has several tabs like: Features, Environment etc. and has several links and small picture) on Drupal page?</DIV>
<DIV> </DIV>
<DIV>Another question: I have a 20 GB data, Is it a good idea to copy these data to webserver folder in sites/default/files? or we can use any other folder of c: drive (If we can use c: drive folder can users access from web browser?)</DIV>
<DIV>Will it cause any problem in future like slow response of site or any other issues? or anybody has any other idea regarding these unstructured data?<BR></DIV>
<DIV>Thanks in advance.</DIV>
<DIV> </DIV>
<DIV><BR>--- On <B>Tue, 2/24/09, Cog Rusty <I><cog.rusty@gmail.com></I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">From: Cog Rusty <cog.rusty@gmail.com><BR>Subject: Re: [support] Webserver directory show in a page how to?<BR>To: support@drupal.org, towfiq.islam@yahoo.com<BR>Date: Tuesday, February 24, 2009, 9:20 AM<BR><BR><PRE>On Tue, Feb 24, 2009 at 1:11 PM, Mohammad Towfiqul Islam
<towfiq.islam@yahoo.com> wrote:
> Dear All,
>
> Would be grateful if anybody have any solution:
>
> I want to show webserver folder in a drupal page. It may require each page
> will show different folder of webserver directory. Example: Page name:
"A"
> will show A folder of webserver, Page name: "B" will show B
folder of
> webserver in somewhere of A/B page like a directory.
>
> How can I do this? Is there any module or tricks for this ?
Try the http://drupal.org/project/webfm module.
Or
Create an .htacess file containing only one line:
Options +Indexes
and copy it to all the directories that you want to show.
Then create a post in Drupal, select "Full HTML" input format, and
enter (for example):
<iframe src="http://www.example.com/your/path"
width="100%" height="400px">
</iframe>
Preview it and adjust it.
> Thanks.
>
> --
> [ Drupal support list | http://lists.drupal.org/ ]
>
</PRE></BLOCKQUOTE></td></tr></table><br>