Editing Microsoft Word documents in ASP.Net [closed] - asp.net

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
We are converting legacy VB application to ASP.Net application.
We have the several word documents stored in SQL server database.
Users should be able to edit the word documents and store it in the database.
I am trying to use iFrame whose source would be the word document in the server.
Users will have MS word installed on client PC but not on the server.
But how can i get the changed file in ASP.Net and store it back on the server.
Please advise me.
Regards,
Mugil.

If you want to edit documents in MS Word and store them online, you probably have to write a plugin for Word. A simple and crude solution would be to require the users to save the document locally and then upload it via your website.
You probably want to take a look at Sharepoint.

Related

very basic intranet page [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 days ago.
Improve this question
I need to create an internal page where there are links to approx 10 files. These will be HR compliance forms and training manuals. Just a list of links, no frills. I started going down the sharepoint path but it seems too complex for what I need. Is there a way to create a 1 page link that will open in a web browser and just list the files in a specific folder? THe files are already stored on a network drive all users have access to. Thanks!
I tried sharepoint but it involves setting up on a server and seems too complex for my needs. T

is firebase ideal for a music streaming app. (Flutter) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
Almost eveything is done through the database, and so this got me thinking, if I have user accounts, is there a way to create/allow certain things from the database,to be user configurable. For example, say they favorited a song, though it is done through the server, it'll be user base and only affect them.
Is there a way to allow certain things from the main database to be user database as well.
Sorta new to this.
You can definitely use firebase for music streaming ,
for basic upload you can use firebase storage, and use the download link to stream using Audio Players plugin
if you want to compress audios to different qualities you can use Firebase Functions by adding your own javascript to it.
The rest is just data manipulation and user management. You can refer the firebase documentations for more.

Should I create separate SQL Server database? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
I am creating a library web portal for various colleges, for now I am using a single database for all colleges. I am confused whether to use separate databases for each college or not. Because for now there are 7 colleges using that web portal, but in the future, if there 100 colleges using that web portal, all of them having millions of records in the database.
I would say, stick to that single database for now. In future if that database contains millions of records, you don't need to worry.
You can migrate the data from that database to another one using the method Database Replication.
For more details: https://learn.microsoft.com/en-us/sql/database-engine/database-mirroring/database-mirroring-and-replication-sql-server.
If you want to transfer between two servers like taking backups and restoring to the database on different server, you can use the method -Transaction log shipping.
For details: https://learn.microsoft.com/en-us/sql/database-engine/log-shipping/about-log-shipping-sql-server

Is it possible to use Media Fire API from Google Sites or WordPress Website? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm a beginner in web development, I want to create a website that will have a very large number of file uploads, a single could be up to 100 MB.
I want the upload to be through my website but the upload destination to be on MediaFire (I'm looking for unlimited free storage, using several MediaFire accounts). I still haven't given the MediaFire API a try, but I want to know if with some lines of code I can create a FileUpload on my website but the destination be on MediaFire.
Media Fire Api is a Library Php right ? On google sites, you can add Php File with App engine.
I don't know it's possible but , I think this link can help you.
http://www.sitepoint.com/google-app-engine-php-getting-started/

User upload content [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I wanted to crate an mobile app (using Flex) that let user upload some user generated content (eg. Text, Picture) to my website and also able to display/view it on the website as well.
I don’t much on the back end (web programming, website database, cloud).
What is the best way to do this or is there any ready build solution out there?
Thanks.
Look at httpService for your user upload and tie it to a back end web service using POST or GET parameters. Personally, I recommend PHP but any web capable service would work. Then, tie that service to store your images on your web server or in a database. Reverse the process to get it back out. Can this all be done in Flex? No. Can you tie it in with a web service easily? Yes. Good luck.

Resources