Save as dialog

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
11/27/2010 8:57:22 AM
Gravatar
Total Posts 1

Save as dialog

Hi,

i have uploaded a pdf and jpg file on the mojoportal site. I want users to give option of downloading file without navigating from the page like how it works when you download files from contribute seciton on mojoportal site. might be very simple but could not find solution. tried onclick function with _blank but it opens new page rather then giving option to download. please help.

Link http://yourplate.in/menu.aspx

regards

ankur

11/27/2010 9:40:11 AM
Gravatar
Total Posts 18439

Re: Save as dialog

The save as dialog is a feature of the web browser not a feature of mojoPortal. For file types that the browser is capable of showing the browser will show them directly instead of using a save as dialog, like .jpg .pdf, the browser usually knows how to display files of these types. 

For other file types that are not handled by a web browser it will show the save as dialog automatically.

Or a user can do this for any file type by right click it in the page and choose "Save As" or "Save Link As"

Hope it helps,

Joe

 

You must sign in to post in the forums. This thread is closed to new posts.