| Author |
Message |
Umesha
Guest
|
Posted:
Mon Nov 07, 2005 1:50 pm Post subject:
Adding PDF files |
|
|
Hi Pals.
I am trying to add on PDF file to resource gallery.
The pdf file size around 4+ MB. But it is giving error when trying to add
the PDF file.
Page cannot be showen error message.
There is any restriction adding bigger size files to resource gallery.
There is any way to modification can be done to add biger size files to the
Resource gallery.
Any quick help...
thanks and Regards,
Umesha |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Mon Nov 07, 2005 5:50 pm Post subject:
Re: Adding PDF files |
|
|
Hi Umesha,
please check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Umesha" <Umesha@discussions.microsoft.com> wrote in message
news:C7D601BC-AC4C-492B-9DB2-CECF1CCC8A41@microsoft.com...
| Quote: | Hi Pals.
I am trying to add on PDF file to resource gallery.
The pdf file size around 4+ MB. But it is giving error when trying to add
the PDF file.
Page cannot be showen error message.
There is any restriction adding bigger size files to resource gallery.
There is any way to modification can be done to add biger size files to
the
Resource gallery.
Any quick help...
thanks and Regards,
Umesha |
|
|
| Back to top |
|
 |
Umesha
Guest
|
Posted:
Tue Nov 08, 2005 1:50 pm Post subject:
Re: Adding PDF files |
|
|
Hi Steafn,
Thanks for the help.
I stuck with another problem...
When user try to access a page, he is redirecting to the login page.
I am passing the this using querystring like this to login page:
If Session("CUSTOMER_NO") = "" Then
errMsg = "Please login to order"
Response.Redirect("/TextileCreations/RegisterLogin/Login.htm?ReturnUrl='/TextileCreations/ShoppingCart/ShoppingCart.htm'")
End If
In login page:
If (objLogin.ValidatePassword(txtCustomerNo.Text, txtPassword.Text)) Then
Session("CUSTOMER_NO") = Trim(txtCustomerNo.Text)
FormsAuthentication.RedirectFromLoginPage(Session("CUSTOMER_NO"), True)
Else
lblMessage.Text = "Login failed, please check your details and
try again."
End If
after login it is giving the error it is not acutally going to the required
page.
Any help
regards,
"Stefan [MSFT]" wrote:
| Quote: | Hi Umesha,
please check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Umesha" <Umesha@discussions.microsoft.com> wrote in message
news:C7D601BC-AC4C-492B-9DB2-CECF1CCC8A41@microsoft.com...
Hi Pals.
I am trying to add on PDF file to resource gallery.
The pdf file size around 4+ MB. But it is giving error when trying to add
the PDF file.
Page cannot be showen error message.
There is any restriction adding bigger size files to resource gallery.
There is any way to modification can be done to add biger size files to
the
Resource gallery.
Any quick help...
thanks and Regards,
Umesha
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Tue Nov 08, 2005 1:50 pm Post subject:
Re: Adding PDF files |
|
|
Hi Umesha,
is your login page a posting? The fact that you pass the "htm" extension
seems to show this.
If yes, you need to check this article:
http://blogs.technet.com/stefan_gossner/archive/2005/04/21/404040.aspx
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Umesha" <Umesha@discussions.microsoft.com> wrote in message
news:B74477C8-4FEF-4F7E-8CFD-169683438408@microsoft.com...
| Quote: | Hi Steafn,
Thanks for the help.
I stuck with another problem...
When user try to access a page, he is redirecting to the login page.
I am passing the this using querystring like this to login page:
If Session("CUSTOMER_NO") = "" Then
errMsg = "Please login to order"
Response.Redirect("/TextileCreations/RegisterLogin/Login.htm?ReturnUrl='/TextileCreations/ShoppingCart/ShoppingCart.htm'")
End If
In login page:
If (objLogin.ValidatePassword(txtCustomerNo.Text, txtPassword.Text)) Then
Session("CUSTOMER_NO") = Trim(txtCustomerNo.Text)
FormsAuthentication.RedirectFromLoginPage(Session("CUSTOMER_NO"), True)
Else
lblMessage.Text = "Login failed, please check your details and
try again."
End If
after login it is giving the error it is not acutally going to the
required
page.
Any help
regards,
"Stefan [MSFT]" wrote:
Hi Umesha,
please check this article:
http://download.microsoft.com/download/4/2/5/4250f79a-c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm#21529F34-A8D4-47B5-8B63-6FBE6A1BC91E
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no
rights
New to MCMS?
Check out this book: Building Websites Using MCMS:
http://tinyurl.com/6zj44
----------------------
"Umesha" <Umesha@discussions.microsoft.com> wrote in message
news:C7D601BC-AC4C-492B-9DB2-CECF1CCC8A41@microsoft.com...
Hi Pals.
I am trying to add on PDF file to resource gallery.
The pdf file size around 4+ MB. But it is giving error when trying to
add
the PDF file.
Page cannot be showen error message.
There is any restriction adding bigger size files to resource gallery.
There is any way to modification can be done to add biger size files to
the
Resource gallery.
Any quick help...
thanks and Regards,
Umesha
|
|
|
| Back to top |
|
 |
|
|
|
|