0
votes
1answer
42 views

Internal versus External Storage

I have read so many theories about saving a file to the internal storage and external storage that I don't know exactly any more what to do. I created a PDF file with droidtext that I want to e-mail ...
-1
votes
0answers
12 views

Sharepoint - cannot setup new user as they use it internally [closed]

I'm trying to set a user up on sharepoint who already uses the system internally. The first stage in any normal setup is to get them to sign up for an account by going to here. Once they have an ...
-2
votes
0answers
12 views

Internal DNS deletage to external host [closed]

We have been facing an issue with internal DNS delegation. Here is a description of our architecture and the issue: Architecture Domain1 DHCPDNS1 and DHCPDNS2 (Windows Server 2012) ...
0
votes
0answers
14 views

Internal and external storage

Method Environment.getExternalStorageDirectory() returns the path to internal card 1 How to get path to external memory card? 2 How to get a list of installed cards detailing the internal and ...
0
votes
2answers
361 views

Phonegap LocalFileSystem on Android uses External Storage instead of Internal Storage

In our Application, the User is able to Download PDF´s and open it via InAppBrowser on iOS or local PDF Reader on Android. To store the Files we use the LocalFileSystem option from Phonegap. It works ...
0
votes
0answers
56 views

image loading issue IE javascript

I have a requirement where i need to populate the image URLs from Java and send it to screen as list. in the screen sometimes the images are not loading properly. I used Img tag and src attribute ...
-3
votes
1answer
109 views

Where to place Internal JS and External JS in HTML page

I have used internal JS(on page) in my page which I write for my coding purpose. Along with it I use External JS too. I do use of External JS in my Internal JS(on page). It works fine when I place ...
0
votes
1answer
79 views

java external threads (outside the class file it's used)

The question is, is it possible to have an external thread or do they have to be internal to the class they run in. If so could someone show me how. (external thread)
1
vote
3answers
129 views

“edit” not a vaild command in cmd.exe?

I'm trying to create a .cfg file for bcc32 compiler and i'm following the instructions I have installed correctly and placed and environment path as instructed but when I type "edit bcc32.cfg" into ...
0
votes
1answer
317 views

Storing app images in Internal Storage vs External Storage

I am writing an android app where the end user will capture pictures. Normally, I would store application data (worth a few KB) in the internal storage. But here, these pictures come around to 450K ...
1
vote
0answers
45 views

Set Internal drive to be recognized as external [closed]

Hej, I need an internal drive in OSX to be recognized as if it is external. So when I use diskutil info /Volumes/drive I get Internal: No Any possible way or language is welcome.
4
votes
2answers
471 views

TypeScript 0.8.2 importing Node.js modules in internal modules

Okay, as I can see you would like to use internal modules in your project. Well, there was a workaround in TypeScript 0.8.1.1, you could define non exported module (internal) and add imports above it. ...
0
votes
0answers
348 views

ant is not recognized as an internal or external command [closed]

I installed ANT on Glassfish as in http://docs.oracle.com/javaee/6/tutorial/doc/gexaj.html#gexaa and added the path using environment variable setting dialog box. Installed path of ANT in my machine ...
1
vote
0answers
63 views

launch automatically neither internal nor external browser after web project was run in myeclipse

I am working with myeclipse. But launch automatically neither internal nor external browser after web project was run in myeclipse. I had changed preferences -> web browser internal and external. I ...
-1
votes
1answer
156 views

accessing website through fake internal url?

Can I make link on a website to a fake internal url so i can access directly to a particular section?. i want to make a direct external access for my "contact me" section of the website. i've seen ...
2
votes
1answer
1k views

Access files on internal and external storage

I have an Xperia Neo V that does not have any internal storage - only an SD card as external storage, while the Galaxy S3 has both internal and external storage. When using this function ...
1
vote
3answers
2k views

How to save parsed text file in internal/external storage in android

Currently I am working in project where i need to parse a remote text file and store it in local storage (internal/external). I am able to parse the text file but unable to store it in SDCARD. Here is ...
1
vote
1answer
342 views

.htaccess redirect on external linking

I would like a website to initially display intro.html when coming from external websites like google, or just from typing in the url. This intro.html and all internal links will link to index.php ...
-1
votes
2answers
389 views

Internal JQuery document.ready to override an external one

I'm having a generic external file document.ready() with a $('form').submit() action, however, I want to override this action from within one of my files which include that document.ready(). In other ...
-2
votes
3answers
661 views

How to write syntax in internal css to external css?

My internal css is this one: <style type="text/css"> .OneClass { background: url(/Images/star.png) no-repeat !important; } </style> OneClass is ...
1
vote
2answers
366 views

htaccess internal and external request distinction

I have a problem with an .htaccess file. I've tried googling but could not find anything helpful. I have an AJAX request loading pages into the index.php. The link triggering it is getting prepended ...
3
votes
4answers
2k views

android: finding if sd-card is present

I am having a problem. I have a galaxy tab that comes with 16gb of internal storage and 2 gb of sd-card card. when I use environment.getExternalStorageState, it returns mounted. However, when I ...
2
votes
2answers
1k views

internal vs external uri on fetching data from mediastore

Hopefully someone can clarify this to me...I am working on a simple video player app that plays video clip stored on phone. All examples I've seen fetch video using ...