Questions tagged [file-sharing]

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.

598 questions
4
votes
1 answer

What's the difference between PEX and DHT in the BitTorrent protocol?

If I understand correctly, the purpose of both PEX and DHT is to find other peers in the swarm. So why are both needed? Thank you
multigraph
  • 51
  • 1
  • 7
4
votes
1 answer

OpenTok and File Sharing

I am building a video chat website using OpenTok. I have the video and text chat working, (still working on the screen sharing), but I was wondering if anyone could point me in the right direction regarding file sharing? I would like both parties to…
Daniel Lee
  • 367
  • 5
  • 20
4
votes
5 answers

PHP uploader for about a thousand images?

I am working on a websitwe and I need a client to send me close to a thousand pictures. There is a bit of a geographical distance between us, so while mailing a CD or SD card is not impossible, it is not preferred. Can I write a PHP uploader to…
Moshe
  • 57,511
  • 78
  • 272
  • 425
4
votes
3 answers

Sharing your Source Code(PHP) on LAN

We are two person, working on a same project. Our Source code is in PHP. We use XAMPP to test our code on localhost. We are connected through LAN, We can see and change settings of Database by access to http://192.168.192.XXX/phpmyadmin/ . If…
CyberBoy
  • 745
  • 1
  • 7
  • 31
4
votes
1 answer

iOS 7 receiving airdrop files

I'm trying to get my app to register when files are airdropped. According to apple To receive files sent via AirDrop, do the following: In Xcode, declare support for the document types your app supports. (Xcode adds the appropriate keys to your…
Alex Reynolds
  • 6,264
  • 4
  • 26
  • 42
4
votes
2 answers

Sharing Uploaded Files between multiple Rails Applications

I have multiple applications (an admin application, a "public"/non-admin application and a web service application) that all share a single database. I've gotten the applications to share models and other code where appropriate, so I don't have…
Michael DeLorenzo
  • 1,110
  • 2
  • 12
  • 25
4
votes
1 answer

Can Cydia apps make use of the UIFileSharingEnabled option?

Regular iOS App Store apps can exchange files with computers via iTunes by turning on UIFileSharingEnabled in their Info.plist. The files exchanged are placed in and/or retrieved from the Documents directory for the app. Jailbreak/Cydia apps, being…
newenglander
  • 2,019
  • 24
  • 55
4
votes
1 answer

share xcode projects

I searched this but I haven't found the exact answer I'm looking for. I'm trying to email a friend/co-worker a saved xcode project I'm working on. If I send attach my saved file in an email when he opens it up everything is kinda red and theres no…
user2087867
  • 95
  • 1
  • 9
4
votes
1 answer

Is it possible to share an entire Google Drive For another user?

I want to share an entire Google Drive to another person. Is it possible? I know that it is possible to share a file or folder.
Mohammed H
  • 6,880
  • 16
  • 81
  • 127
4
votes
4 answers

Attach a picture to twitter post

How can I attach a picture to a twitter post like the iPhone built in photo app does? If any body has some samplecode that will be a great help. Thanks.
4slices
  • 241
  • 6
  • 15
3
votes
3 answers

Getting Sending Failed Error while sending pdf through my app to whatsapp in android 11

Sending pdf files from my app to whatsapp was working until it was used on android 11 device I have added this permission also and have asked for runtime permission if (Build.VERSION.SDK_INT == Build.VERSION_CODES.R){ if…
3
votes
3 answers

Is there a way to get notified when the user drags a file into iTunes File Sharing and Sync is complete?

When I plug in the iPhone to iTunes and drag a file into the File Sharing section of my app, the app on the screen goes away for a moment and then comes back. It seems that none of the app delegate methods are triggered at this time, not even…
Proud Member
  • 40,078
  • 47
  • 146
  • 231
3
votes
0 answers

Flutter share video on youtube using sharing intent

When press on share button It opens the sharing dialog box as shown below, When press on youtube it share video on youtube as shown below, The thing I want is that by pressing share button it get video from DCIM and it does not open the sharing…
F_Z
  • 581
  • 3
  • 16
3
votes
2 answers

Sending a file from desktop app to iPad via iTunes using scripting bridge

I want to find out if it's possible to automate a process of exporting (a zip) from a desktop app into an app on the iPad via file sharing in iTunes. The most likely technique I've found is by scripting Bridge.
kenblaue
  • 31
  • 2
3
votes
1 answer

file transfer through Wifi Direct

I am trying to write an android application that streams images taken from a first device, through the camera, to a second device with WiFi Direct. I am trying to use this GitHub project, WiFiDIrectDemo, I managed to connect the devices and to send…
Matteo Peluso
  • 452
  • 1
  • 6
  • 23