Illegal start of expression public static Programming Software Development by RinzLove … static void save_data() throws Exception { RandomAccessFile fo = new RandomAccessFile("forder.dat","rw"); fo.writeInt(count); for(int… static void retrieve_data() throws Exception { RandomAccessFile fo = new RandomAccessFile("forder.dat","rw"); count = fo.readInt(); for(int… prosearching.com problems Hardware and Software Information Security by rvasanth …\..\Run: [road draw] C:\DOCUME~1\VASANT~1\APPLIC~1\FORDER~1\DVD OPTION START.exe O4 - HKCU\..\Run: [Desktop Weather… Re: prosearching.com problems Hardware and Software Information Security by rvasanth …\..\Run: [road draw] C:\DOCUME~1\VASANT~1\APPLIC~1\FORDER~1\DVD OPTION START.exe O4 - HKCU\..\Run: [Desktop Weather… Move_uploaded_file failed to open stream Programming Web Development by rfrapp … a free user, and I checked the permissions on the forder, and they are at the correct settings. So I'm… Got an error warning: move_uploaded_file () on Mac Programming by Hafiz_6 … but after uploading files but doesn't appear in the forder on Mac? And if you try it on a Windows… Re: Access is Denied on Folder files Hardware and Software Microsoft Windows by Art Gayao … follow religiously your advice but find that the most important forder Documents and Settings is still with the blue curved arrow… Re: Creart Setup File Programming Software Development by zebnoon1 … Installer, after creating Shortcuts for User Destop and Manual Programm forder. and Click Build, i got following error in OUTPUT window… Create upload forder automatically Programming Web Development by imti321 I want to make it create the upload folder by itself.right now it creates the thumbs and so but I want the script to create the folder automatically <?php function createThumbs($pathToImages, $pathToThumbs, $thumbWidth) { $dir = opendir($pathToImages); while(false !== ($fname = readdir($dir))) { $info = pathinfo($… Re: Create upload forder automatically Programming Web Development by pixelsoul you could always do something like mkdir($pathToImages); In your code somewhere after checking if the directory exists. Something like if(!file_exists($pathToImages)) { if(!mkdir($pathToImages)) { die("There was a problem generating a thumbnail."); } } Re: Illegal start of expression public static Programming Software Development by stultuske you are creating methods within methods. chech your opening and closing brackets ({}) Re: Illegal start of expression public static Programming Software Development by RinzLove Thx for the prompt reply. Can you help me solve this error? Once... Thx I just dont know how.. Newbie.. Re: Illegal start of expression public static Programming Software Development by stultuske well, for each opening bracket { you must have a closing bracket, closing that particular block } if you look at the next part of your code above: [Code=Java] public void actionPerformed(ActionEvent e) { if(e.getSource() == reg) f = new reg(); this.hide(); if(e.getSource() == mlogin) g = new ml(); this.hide(); { // open this block if(e… Re: prosearching.com problems Hardware and Software Information Security by crunchie rvasanth, Hi and welcome to the Daniweb forums :). - Run [b]HiJackThis[/b] and click "[b][i]Scan[/i][/b]", then check(tick) the following, if present: [color=#9933cc][b] R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = [url]http://www.cgcbgarunwrojzwcur.com/H...Utq4CLGbOsA.php[/url] [/b][/color] [color=#… Re: prosearching.com problems Hardware and Software Information Security by crunchie Let's try this; - We need to remove(uninstall) the 'lop' infection by going to [url=http://66.220.17.157/help.html]here[/url], then downloading and running the uninstaller(s) that relate to the application(s) your wanting to remove. The following selections are available: "[b][color=#ff0000]Start page[/color][/b]", "[b][color=#… Re: Move_uploaded_file failed to open stream Programming Web Development by veedeoo HI, You need to ask the 000webhost what is the limit file size for upload. By default, the limit is somethere below 32MB. If your file size is more than the default value, the upload will just eventually terminate without warning or notification. try saving this as filesize.php <?php $thisMax = ini_get('upload_max_filesize');… Re: Move_uploaded_file failed to open stream Programming Web Development by rfrapp Thanks! My max file size is 2 MB. However, an image that I tried to upload is less than 2 MB of memory Re: Got an error warning: move_uploaded_file () on Mac Programming by rproffitt This sounds correct. Windows and the Apple OS do not have same/similar file and folder permissions so my answer is it's about permissions and not a code issue. Here's a basic tutorial about Apple folder permissions: https://support.apple.com/guide/mac-help/change-permissions-for-files-folders-or-disks-mchlp1203/mac