This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 258149 - PHP write to public_html/temp DIR not working
Summary: PHP write to public_html/temp DIR not working
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-02-25 22:16 UTC by RSmithBothell
Modified: 2016-02-25 22:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description RSmithBothell 2016-02-25 22:16:40 UTC
Using AJAX I create (modify) an HTML file and I want to write it to the project's public_html/temp directory.

I created the folder within the IDE, but I JUST realized that in both the C:\Users\smithr2\Documents\NetBeansProjects\Modems-1 directory
AND
C:\XAMPP\htdocs\Cell_Modems directory,
the "temp" directory showing up in the IDE does not exist.

So I guess it's now obvious why I could not write there.
(Even though it briefly shows a "+" next to the folder, but there was no file there in the IDE.)

WAIT!
Still does not get written there.
Works fine just substituting my Downloads DIR.
I checked the path, it's fine.
="C:/XAMPP/htdocs/Cell_Modems/public_html/temp/modem_table_4661008655.html"
I don't know why, but Windows Explorer; Get Properties of every folder in the project had
READ ONLY to Internal Files set
I removed that and applied to subfolders all the way up and down the project.

ALL RIGHT, now something else.
Looking in the DIR via the file system, the files ARE there, but in netbeans' IDE the files do not show up at all.