file-sharing Questions
2
Solved
I have 2 local app "A" and "B". I want that the application "A" call the application "B" and "B" send a response to "A" with a file.
Url scheme is a good solution to call Application "B" but it's ...
Cruse asked 24/9, 2012 at 8:39
3
I was wanting to use a file sharing server to keep certain files up-to-date and constant across multiple instances of my application across multiple computers - like (for example) writing a multipl...
Hallux asked 8/6, 2012 at 7:17
2
Solved
I have a backend server that has to download a file on Google Drive that has been shared to public by the owner. Our clients are emailing us the link and we get the link from the email -- no UI is ...
Kentigera asked 26/6, 2012 at 20:10
1
Solved
i'm developping an app and i'm trying to share a picture in Instagram .
i'm using the code below :
Intent i = new Intent(Intent.ACTION_SEND);
i.setType("image/jpeg");
i.putExtra(Intent.EXTRA_STR...
Pyroelectricity asked 21/11, 2012 at 16:21
1
Solved
I am working on a project which lists file sharing urls from the likes of Oron, filespost, depositfiles etc that reports sharing of copyrighted materials to identified content owners and rights hol...
Alienation asked 23/6, 2012 at 9:59
6
I develop an enterprise application for iOS and the user should be able to add files from the desktop to the application.
I implemented this using filesharing, which works great.
Now this company...
Flyte asked 19/4, 2012 at 14:36
1
Solved
SOLVED (Thanks Regexident)
I have an app that passes the file path of a PDF to a custom -(id)init init method. It is added to the table and when it is selected, it calls the else statement for a n...
Proline asked 12/11, 2011 at 20:23
1
Solved
I am trying to use the Microsoft Specific filebuf::sh_none variable to open an fstream in an exclusive mode (another Microsoft specific function). I am getting the above error. I am importing <f...
Somniferous asked 14/12, 2010 at 1:23
2
Solved
I want the user to be able to access the files in the documents directory but am using core data and dont want the user to be able to access the store (the sqllite db), can i hide it from the user ...
Ransack asked 31/5, 2010 at 10:20
2
Solved
I have a windows forms app running on a machine that is not on a domain, that needs to be able to move a file from the local filesystem to a UNC path. I have a username and password for that ...
Rhine asked 17/9, 2009 at 21:18
2
Solved
We have an application that programmatically maps network drives. On Vista with UAC on, we get some strange issues.
Our application maps the drive non-elevated, so if the user browses explorer and...
Lifetime asked 12/8, 2009 at 15:52
3
Solved
I've always opened my files two ways -- either read access and shared-read, or read/write access and no sharing.
To me it seems that allowing shared-write could always result in unexpected things ...
Craw asked 6/6, 2009 at 0:38
© 2022 - 2024 — McMap. All rights reserved.