Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s):
More Search Options
Showing page
61
of
1,765
(
17,645
total posts)
< 1
second(s)
Re: Cute Editor contains an uploader control which needs a temp folder to store temp files. Your temp folder(/uploads) is set. However this folder doesn't exist
a
l
a
g
a
r
m
,
&
n
b
s
p
;
P
l
e
a
s
e
c
h
e
c
k
t
h
e
f
o
l
l
o
w
i
n
g
a
r
t
i
c
l
e
:
&
n
b
s
p
;
h
t
t
p
:
/
/
c
u
t
e
s
o
f
t
.
n
e
t
/
d
e
v
e
l
o
p
e
r
+
g
u
i
d
e
/
i
n
d
e
x
.
h
t
m
#
p
a
g
e
=
M
e
d
i
u
m
-
T
r
u
s
t
-
E
n
v
i
r
o
n
m
e
n
t
.
h
t
m
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 4, 2010
Re: Can't update H1 tags in config files
C
r
e
a
t
e
s
y
o
u
r
o
w
n
H
T
M
L
F
i
l
t
e
r
T
h
e
f
o
l
l
o
w
i
n
g
c
o
d
e
s
h
o
w
s
h
o
w
t
o
c
r
e
a
t
e
y
o
u
r
o
w
n
H
T
M
L
F
i
l
t
e
r
t
o
r
e
m
o
v
e
a
n
y
t
a
g
y
o
u
d
o
n
'
t
w
a
n
t
.
I
n
t
h
i
s
e
x
a
m
p
l
e
,
a
l
l
f
o
r
m
t
a
g
s
w
i
l
l
b
e
r
e
m
o
v
e
d
a
u
t
o
m
a
t
i
c
a
l
l
y
.
A
l
l
y
o
u
n
e
e
d
t
o
d
o
i
s
a
d
d
i
n
g
t
h
e
c
o
d
e
b
e
l
o
w
i
n
t
o
t
h
e
b
o
t
t
o
m
o
f
t
h
e
p
a
g
e
.
&
n
b
s
p
;
&
l
t
;
s
c
r
i
p
t
&
n
b
s
p
;
t
y
p
e
=
'
'
t
e
x
t
/
j
a
v
a
s
c
r
i
p
t
'
'
&
g
t
;
&
n
b
s
p
;
&
n
b
s
p
;
&
n
b
s
p
;
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 4, 2010
Re: Dashes change to underscore
W
e
a
r
e
i
n
v
e
s
t
i
g
a
t
i
n
g
t
h
i
s
i
s
s
u
e
.
F
o
r
t
h
e
t
i
m
e
b
e
i
n
g
,
p
l
e
a
s
e
o
p
e
n
c
u
t
e
e
d
i
t
o
r
_
f
i
l
e
s
\
D
i
a
l
o
g
s
\
u
p
l
o
a
d
_
h
a
n
d
l
e
r
.
p
h
p
a
n
d
r
e
m
o
v
e
t
h
e
f
o
l
l
o
w
i
n
g
c
o
d
e
:
&
n
b
s
p
;
&
n
b
s
p
;
$
f
_
b
a
s
e
n
a
m
e
=
p
r
e
g
_
r
e
p
l
a
c
e
(
'
'
/
[
^
a
-
z
A
-
Z
0
-
9
s
.
]
/
'
'
,
'
'
_
'
'
,
$
f
_
b
a
s
e
n
a
m
e
)
;
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
August 3, 2010
Re: no upload possible
I
f
y
o
u
w
a
n
t
&
n
b
s
p
;
t
e
m
p
o
r
a
r
y
f
i
l
e
s
t
o
b
e
m
o
v
e
d
t
o
d
i
r
e
c
t
o
r
y
$
_
S
E
R
V
E
R
[
'
D
O
C
U
M
E
N
T
_
R
O
O
T
'
]
.
'
'
/
U
p
l
o
a
d
s
'
'
,
y
o
u
a
l
s
o
n
e
e
d
t
o
m
o
d
i
f
y
c
u
t
e
e
d
i
t
o
r
_
f
i
l
e
s
\
D
i
a
l
o
g
s
\
u
p
l
o
a
d
.
p
h
p
f
i
l
e
.
&
n
b
s
p
;
P
l
e
a
s
e
o
p
e
n
c
u
t
e
e
d
i
t
o
r
_
f
i
l
e
s
\
D
i
a
l
o
g
s
\
u
p
l
o
a
d
.
p
h
p
a
n
d
f
i
n
d
t
h
e
f
o
l
l
o
w
i
n
g
c
o
d
e
:
$
u
p
l
o
a
d
e
r
-
&
g
t
;
N
a
m
e
=
'
'
U
p
l
o
a
d
C
o
n
t
r
o
l
'
'
;
&
n
b
s
p
;
A
d
d
t
h
e
f
o
l
l
o
w
i
n
g
c
o
d
e
s
o
t
h
a
t
y
o
u
c
a
n
s
p
e
c
i
f
y
a
.
.
.
Posted to
Cute Editor for PHP
(Forum)
by
Adam
on
August 3, 2010
Re: Timeouts on Large Files
D
o
y
o
u
h
a
v
e
p
r
o
b
l
e
m
s
w
i
t
h
u
p
l
o
a
d
i
n
g
a
1
0
M
B
-
3
0
M
B
f
i
l
e
?
&
n
b
s
p
;
C
a
n
y
o
u
c
h
e
c
k
t
h
e
f
o
l
l
o
w
i
n
g
a
r
t
i
c
l
e
a
n
d
m
a
k
e
s
u
r
e
y
o
u
c
h
a
n
g
e
y
o
u
r
I
I
S
7
s
e
t
t
i
n
g
c
o
r
r
e
c
t
l
y
?
&
n
b
s
p
;
h
t
t
p
:
/
/
a
j
a
x
u
p
l
o
a
d
e
r
.
c
o
m
/
F
A
Q
.
h
t
m
#
1
6
&
n
b
s
p
;
K
e
e
p
m
e
p
o
s
t
e
d
Posted to
Ajax Uploader
(Forum)
by
Adam
on
August 3, 2010
Re: Php Uploader Freezes in Firefox.
W
e
w
i
l
l
i
m
p
l
e
m
e
n
t
a
s
o
l
u
t
i
o
n
t
o
t
h
i
s
i
s
s
u
e
i
n
n
e
w
b
u
i
l
d
o
f
u
p
l
o
a
d
e
r
s
o
o
n
.
Posted to
PHP File Uploader
(Forum)
by
Adam
on
August 3, 2010
Re: Website Online/Offline icons not working
b
p
a
u
t
s
c
h
,
&
n
b
s
p
;
I
s
y
o
u
r
s
i
t
e
r
u
n
n
i
n
g
l
o
a
d
b
a
l
a
n
c
i
n
g
?
I
f
s
o
,
p
l
e
a
s
e
c
h
e
c
k
t
h
e
f
o
l
l
o
w
i
n
g
a
r
t
i
c
l
e
:
&
n
b
s
p
;
L
o
a
d
b
a
l
a
n
c
i
n
g
C
u
t
e
L
i
v
e
S
u
p
p
o
r
t
&
n
b
s
p
;
I
f
n
o
t
,
p
l
e
a
s
e
p
r
o
v
i
d
e
t
e
s
t
i
n
g
U
R
L
o
f
y
o
u
r
s
i
t
e
s
o
w
e
c
a
n
i
n
v
e
s
t
i
g
a
t
e
t
h
i
s
i
s
s
u
e
.
Posted to
Cute Live Support
(Forum)
by
Adam
on
August 3, 2010
Re: How to preserve user defined editor height and width
n
e
i
l
x
,
&
n
b
s
p
;
W
h
e
n
a
u
s
e
r
d
r
a
g
s
t
h
e
e
d
i
t
o
r
s
i
z
e
,
t
h
e
h
e
i
g
h
t
o
f
e
d
i
t
o
r
w
i
l
l
a
d
j
u
s
t
a
u
t
o
m
a
t
i
c
a
l
l
y
.
B
u
t
i
t
'
s
t
h
e
c
l
i
e
n
t
s
i
d
e
v
a
l
u
e
,
i
t
w
o
n
'
t
i
m
p
a
c
t
t
h
e
e
d
i
t
o
r
s
e
r
v
e
r
s
i
d
e
s
e
t
t
i
n
g
.
Posted to
Cute Editor for ASP
(Forum)
by
Adam
on
August 3, 2010
Re: issue running cuteeditor in Windows7
g
u
r
p
r
e
e
t
:
s
a
m
e
c
o
d
e
o
r
s
a
m
e
p
r
o
j
e
c
t
&
n
b
s
p
;
w
o
r
k
s
f
i
n
e
i
n
W
i
n
d
o
w
s
X
P
,
w
i
t
h
i
i
s
6
.
0
a
n
d
.
n
e
t
2
0
0
8
.
&
n
b
s
p
;
b
u
t
i
f
w
e
w
a
n
t
t
o
r
u
n
t
h
a
t
s
a
m
e
p
r
o
j
e
c
t
&
n
b
s
p
;
i
n
W
i
n
d
o
w
s
7
,
w
i
t
h
i
i
s
7
.
5
a
n
d
.
n
e
t
2
0
0
8
,
&
n
b
s
p
;
w
e
a
r
e
g
e
t
t
i
n
g
b
e
l
o
w
e
r
r
o
r
,
p
l
e
a
s
e
s
u
g
g
e
s
t
i
f
w
e
h
a
v
e
t
o
d
o
a
n
y
e
x
t
r
a
s
e
t
t
i
n
g
a
t
p
r
o
j
e
c
t
l
e
v
e
l
-
&
n
b
s
p
;
&
n
b
s
p
;
S
e
r
v
e
r
E
r
r
o
r
i
n
'
/
x
x
x
'
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 3, 2010
Re: Make the editor vertically and horizontally stretched in the page
M
i
k
e
n
a
s
,
&
n
b
s
p
;
C
a
n
y
o
u
c
r
e
a
t
e
a
n
e
w
a
s
p
x
p
a
g
e
w
i
t
h
t
h
e
f
o
l
l
o
w
i
n
g
c
o
d
e
t
h
e
n
t
r
y
a
g
a
i
n
?
&
n
b
s
p
;
k
e
e
p
m
e
.
.
.
Posted to
Cute Editor for .NET
(Forum)
by
Adam
on
August 3, 2010
More Search Options
« First
...
< Previous
59
60
61
62
63
Next >
...
Last »