File sharing is the practice of distributing or providing access to digital media, such as computer programs, multimedia (audio, images and video), documents or electronic books.
Questions tagged [file-sharing]
598 questions
3
votes
2 answers
Is it possible to use System.File.IO with Azure File Share?
We can find everywhere how to use an azure file share with the rest api, but I have a legacy .net app that uses System.File.IO for accessing a file share. How can I access the file share using System.File.IO ? These azure file share were created for…

remi bourgarel
- 9,231
- 4
- 40
- 73
3
votes
1 answer
File Sharing is not working in Xamarin iOS
I am using the below code to share the file/image to other apps using xamarin ios. But it is not working properly. No exceptions. Code executing properly. But the app list is not launching. What is an issue in below code? Do we need to do any…

Melody
- 1,203
- 2
- 17
- 28
3
votes
2 answers
Best Simple Way to Share a Git Repository over LAN
I need to share a large git repository (>3GB in total, .git folder is ~1.1GB) as Windows Shared Folder over LAN with my colleagues. But they found it is really slow to clone and push/pull -- i.e. waits ~30min before the clone starts, and suspended…

Vej
- 390
- 1
- 7
- 28
3
votes
2 answers
file sharing on iphone/ipad?
I want my app to share files via itunes file sharing. Right now all of the Documents folder
is exposed to the user. The problem is that there are certain files there (let's say these are "System files") that I don't want to expose. What should I…

Alex1987
- 9,397
- 14
- 70
- 92
3
votes
1 answer
How to share an Excel file that has a SQL Query Connection
I am trying to share a file containing a table of information pulled from an external SQL query connection. It works fine for me as I have the connections set up on my PC but when I send the file out, it asks for connection credentials. I could go…

RH56
- 41
- 2
- 4
3
votes
1 answer
iPhone File Sharing: How to recognize when files have been added?
I have file sharing via iTunes working in my application (reference What's New in iOS 3.2) by enabling the UIFileSharingEnabled key, but according to the documentation:
"Applications that support file sharing should be able to recognize when files…

kanso
- 750
- 8
- 17
3
votes
1 answer
How can one detect changes in a directory across program executions?
I am making a protocol, client and server which provide file transfer functionality similar to FTP (among other features). One difference between my protocol and FTP is that I would like to store a copy of the remote server's directory structure in…

Hut8
- 6,080
- 4
- 42
- 59
3
votes
1 answer
Bypass blob 500mb limit to save bigger file on disk
i'm fiddling around with WebRTC file sharing, but now encountered a problem with blob. It seems that (atleast on google chrome) there is a limit of 500mb for blob file.
My Reciever recieves ArrayBuffers and makes blobs out of them, which is stored…

Max Yari
- 3,617
- 5
- 32
- 56
3
votes
2 answers
iOS8: Sharing common files between apps
Two iOS: AppA and AppB
Both Apps are created by me and I would like to share one single file between both of the apps.
i.e. AppA launches on deviceA and the User saves data on fileA. Later the User launches AppB on the same (deviceA) and also…

user1107173
- 10,334
- 16
- 72
- 117
3
votes
1 answer
How do I send large files over hole punched (STUN) UDP without packet loss?
While looking for ICE/STUN libraries for a peer-to-peer Java application, I ran into a problem. I needed to be able to ensure reliable delivery. All Java ICE libraries that I could find offered UDP hole punching (via the STUN protocol), but not TCP…
user4691169
3
votes
3 answers
What is the best way to implement a website where Users can interact together
I am creating a website where users will be able to chat and send files to one another through a browser. I am using GWT for the UI and hibernate with gilead to connect to a mysql database backend.
What would be the best strategy to use so Users…

molleman
- 2,934
- 16
- 61
- 92
3
votes
1 answer
Unable to Send Selected Image Using Share Intent
I'm creating an app which provide a grid view of some photos in MainActivity.java, after that on selection of photo a new class is directed to FullImageActivity.java.
after that i used ShareIntents to share the selected image over social apps.
while…
user3340335
3
votes
5 answers
How to Share Files Between my iPhone App and a Mac/PC
I have developed an iPhone app which stores photos in the /Documents directory of my app.
I would like to add a feature which gives to the user the opportunity to transfer those pictures to his/her PC or Mac.
I don't really know how to do that.
What…

rmonjo
- 2,675
- 5
- 30
- 37
3
votes
0 answers
Is it possible to share video to facebook twitter using socialauth api in android?
I am working on an application which uses socialauth api to integrate facebook and twitter authorization. But I want to know if it is possible to use the api to share or upload videos . I googled it but found nothing for videos sharing . Please…

stack5
- 430
- 2
- 10
3
votes
2 answers
How containerURLForSecurityApplicationGroupIdentifier in NSFileManager works on iOS 7
I want to share file between multiple applications in iOS environment.
I'm already using the UIDocumentInteractionController mechanism to achieve the purpose but I'm facing a problem because the hight volume of data to exchange between the…

dab
- 31
- 1
- 3